class IntTypeCls
class IntTypeCls: public BasicTypeCls
The integer type
Inheritance:
-
-
Public Methods
-
int getSize() - The memory size of a single integer is 1
-
PIntTypeCls copy() - Returns a deep copy of this data type
-
Inherited from BasicTypeCls:
Inherited from DataTypeCls:
Documentation
The integer type. BasicType: {digits}
-
int getSize()
- The memory size of a single integer is 1.
- Returns:
- 1
-
PIntTypeCls copy()
- Returns a deep copy of this data type.
- Returns:
- Copy of data type
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
DOC++

