Skip to content

ASTtools::getMemFuncName

Returns the unqualified name of the member function.

Synopsis

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

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

Return Value

the unqualified name of the member function.

Parameters

Name

Description

mem_func

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

Created with MrDocs