SageBuilder::buildAggregateInitializer
Build an aggregate initializer
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgAggregateInitializer*
buildAggregateInitializer(
SgExprListExp* initializers = NULL,
SgType* type = NULL);
Return Value
RHS of an array variable declaration with optional assignment.
Parameters
Name |
Description |
initializers |
This class represents the concept of a C and C++ expression list. |
type |
This class represents the base class for all types. |
Created with MrDocs