CDataType Member List
This is the complete list of members for
CDataType, including all inherited members.
CDataType(VarDataType_t t) | CDataType | |
Clone(CObstack *heap)=0 | CDataType | [pure virtual] |
Copy(CObstack *heap, const CDataType &o) | CDataType | [protected] |
Dump(FILE *f) const =0 | CDataType | [pure virtual] |
GetConst() const | CDataType | [inline, virtual] |
GetNodeType(void) const =0 | CDataType | [pure virtual] |
GetPackedRange() const =0 | CDataType | [pure virtual] |
GetSigned() const =0 | CDataType | [pure virtual] |
GetTwoState() const =0 | CDataType | [pure virtual] |
GetVarDataType() const | CDataType | [inline, virtual] |
IsPacked() const =0 | CDataType | [pure virtual] |
operator delete(void *object) | CObject | [inline] |
operator new(size_t size, CObstack *stack) | CObject | [inline] |
PostSubVisit1(CNode *(*callback)(CNode *, void *), void *data)=0 | CDataType | [pure virtual] |
PostVisit1(void(*callback)(CNode *, void *), void *data)=0 | CDataType | [pure virtual] |
PreVisit1(int(*callback)(CNode *, void *), void *data)=0 | CDataType | [pure virtual] |
SetConst(int v) | CDataType | [inline, virtual] |
SetVarDataType(VarDataType_t v) | CDataType | [inline, virtual] |