SageInterface::getDefaultConstructor
Get the default constructor from the class declaration
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
SgMemberFunctionDeclaration*
getDefaultConstructor(SgClassDeclaration* classDeclaration);
Return Value
the default constructor from the class declaration
Parameters
Name |
Description |
classDeclaration |
This class represents the concept of a class declaration statement. It includes the |
Created with MrDocs