SageInterface::isStructType
Check if a type is a struct type (a special SgClassType in ROSE). Typedef and modifier types are not stripped off. Only direct struct type is returned as true.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
bool
isStructType(SgType* t);
Parameters
Name |
Description |
t |
This class represents the base class for all types. |
Created with MrDocs