Inheritance diagram for CP_DataValue:
Public Member Functions | |
Constructor / Destructor | |
CP_DataValue () | |
Constructor. | |
virtual | ~CP_DataValue () |
Destructor. | |
Getters | |
virtual const std::type_info & | type () const =0 |
Copying | |
virtual CP_DataValue * | Copy () const |
|
Constructor. |
|
Destructor. |
|
Returns the type_info of this class.
Implemented in CP_DataValueTemp< TDataValue >. |
|
Copy are data value. Need to override this class.
Reimplemented in CP_DataValueTemp< TDataValue >. |