Class FunctionData#

Class Documentation#

class FunctionData#

Public Functions

bool isDefined()#
FunctionData(SgFunctionDeclaration *functionDeclaration, SgProject *project, ClassHierarchyWrapper*)#
Rose_STL_Container<SgMemberFunctionDeclaration*> *findPointsToVirtualFunctions(SgMemberFunctionDeclaration*)#
bool compareFunctionDeclarations(SgFunctionDeclaration *f1, SgFunctionDeclaration *f2)#

Public Members

bool hasDefinition#
Rose_STL_Container<SgFunctionDeclaration*> functionList#

All the callees of this function.

SgFunctionDeclaration *functionDeclaration#