specifies a helper class for const values. More...
#include <refltype.hxx>
Public Member Functions | |
| RTConstValue () | |
| Default constructor. | |
| ~RTConstValue () | |
| Destructor. | |
Public Attributes | |
| RTValueType | m_type |
| stores the type of the constant value. | |
| RTConstValueUnion | m_value |
| stores the value of the constant. | |
specifies a helper class for const values.
This class is used for easy handling of constants or enum values as fields in binary type blob.
| RTConstValue::RTConstValue | ( | ) | [inline] |
Default constructor.
| RTConstValue::~RTConstValue | ( | ) | [inline] |
Destructor.
stores the type of the constant value.
stores the value of the constant.
1.6.1