class DataTypeCls
class DataTypeCls: public PTreeNodeCls
Abstract base class for all data types
Inheritance:
-
-
Public Methods
-
int getSize() - Returns the memory size of this data type
-
PDataTypeCls copy() - Returns a deep copy of this data type
-
Documentation
Abstract base class for all data types.
-
int getSize()
- Returns the memory size of this data type.
- Parameters:
-
Amout - of memory units
-
PDataTypeCls copy()
- Returns a deep copy of this data type.
- Returns:
- Copy of data type
- Direct child classes:
-
CompTypeCls
BasicTypeCls
Alphabetic index HTML hierarchy of classes or Java
DOC++

