SageBuilder::buildBaseClass
DQ (5/6/2013): Added build functions to support SgBaseClass construction.
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgBaseClass*
buildBaseClass(
SgClassDeclaration* classDeclaration,
SgClassDefinition* classDefinition,
bool isVirtual,
bool isDirect);
Parameters
Name |
Description |
classDeclaration |
This class represents the concept of a class declaration statement. It includes the |
classDefinition |
This class represents the concept of a class definition in C++. |
Created with MrDocs