SageBuilder::buildStructDeclaration
Build a structure, It is also a declaration statement in SAGE III
Synopses
Declared in <SageIII/sageInterface/sageBuilder.h>
Build a structure, It is also a declaration statement in SAGE III
[[visibility]]
SgClassDeclaration*
buildStructDeclaration(
SgName const& name,
SgScopeStatement* scope = NULL);
[[visibility]]
SgClassDeclaration*
buildStructDeclaration(
std::string const& name,
SgScopeStatement* scope = NULL);
[[visibility]]
SgClassDeclaration*
buildStructDeclaration(
char const* name,
SgScopeStatement* scope = NULL);
Created with MrDocs