Inheritance diagram for CP_DataValueTemp< TDataValue >:

Public Member Functions | |
Constructor / Destructor | |
| CP_DataValueTemp (const TDataValue &inValue) | |
| Constructor. | |
| virtual | ~CP_DataValueTemp () |
| Destructor. | |
Getters | |
| virtual const std::type_info & | type () const |
| const TDataValue & | GetDataValue () const |
Copying | |
| virtual CP_DataValue * | Copy () const |
Private Attributes | |
| TDataValue | fDataValue |
|
||||||||||
|
Constructor. |
|
|||||||||
|
Destructor. |
|
|||||||||
|
Returns the type_info of this class.
Implements CP_DataValue. |
|
|||||||||
|
|
|
|||||||||
|
Copy are data value.
Reimplemented from CP_DataValue. |
|
|||||
|
|
1.4.0