Skip to content

ASTtools::getClassName

Returns the name of the class of a member function.

Synopsis

Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>

std::string
getClassName(SgMemberFunctionDeclaration const* mem_func);

Return Value

the name of the class of a member function.

Parameters

Name

Description

mem_func

This class represents the concept of a member function declaration statement.

Created with MrDocs