SageBuilder::buildSizeOfOp
Build sizeof() expression with a type parameter
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgSizeOfOp*
buildSizeOfOp(SgType* type = NULL);
Return Value
This class represents the "sizeof()" operator (applied to any type).
Parameters
Name |
Description |
type |
This class represents the base class for all types. |
Created with MrDocs