Function SgNodeHelper::memberVariableDeclarationsList

Function SgNodeHelper::memberVariableDeclarationsList#

Function Documentation#

std::list<SgVariableDeclaration*> SgNodeHelper::memberVariableDeclarationsList(SgClassType *sgType)#

Returns for a given class/struct/union a list with the variable declarations of the member variables. Note this is a filtered list returned by the SgType::returnDataMemberPointers function which also returns pointers to methods