SageBuilder::buildMemberFunctionType
DQ (8/19/2012): Refactored some of the code supporting construction of the SgMemberFunctionType.
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgMemberFunctionType*
buildMemberFunctionType(
SgType* return_type,
SgFunctionParameterTypeList* typeList,
SgType* classType,
unsigned int mfunc_specifier);
Parameters
Name |
Description |
return_type |
This class represents the base class for all types. |
classType |
This class represents the base class for all types. |
Created with MrDocs