class SgDerivedCollectionType : public SgType

for example: Collection DistributedArray {body1} ; class object {body2} ; DistributedArray<object> X; X is of type with variant = T_DERIVED_COLLECTION

Inheritance:

SgDerivedCollectionType < SgType


Public Methods

SgSymbol* collectionName()
SgStatement* createCollectionWithElemType()
SgType* elementClass()
void setElementClass(SgType &ty)
SgDerivedCollectionType(SgSymbol &s, SgType &t)
~SgDerivedCollectionType()

Inherited from SgType:

Public Fields

PTR_TYPE thetype

Public Methods

void addAttribute(SgAttribute *att)
void addAttribute(int type, void *a, int size)
void addAttribute(int type)
void addAttribute(void *a, int size)
int attributeType(int i)
void* attributeValue(int i, int type)
void* attributeValue(int i)
SgType* baseType()
SgType& copy()
SgType* copyPtr()
void* deleteAttribute(int i)
int equivalentToType(SgType *type)
int equivalentToType(SgType &type)
SgAttribute* getAttribute(int i, int type)
SgAttribute* getAttribute(int i)
SgType* getTrueType(int mask = MASK_MOST_DESCRIPTORS, int follow_typedefs = 0)
int hasBaseType()
int id()
SgType* internalBaseType()
int isTheElementType()
SgExpression* length()
SgType* maskDescriptors(int mask)
SgType* next()
int numberOfAttributes(int type)
int numberOfAttributes()
SgSymbol* symbol()
int variant()

Documentation

for example: Collection DistributedArray {body1} ; class object {body2} ; DistributedArray<object> X; X is of type with variant = T_DERIVED_COLLECTION
SgDerivedCollectionType(SgSymbol &s, SgType &t)

SgType* elementClass()

void setElementClass(SgType &ty)

SgSymbol* collectionName()

SgStatement* createCollectionWithElemType()

~SgDerivedCollectionType()


This class has no child classes.

alphabetic index hierarchy of classes


Email contact: zgs@npac.syr.edu

generated by doc++