LibreOffice Module registry (master) 1
|
specifies a helper class for const values. More...
#include <refltype.hxx>
Public Member Functions | |
RTConstValue () | |
Default constructor. More... | |
Public Attributes | |
RTValueType | m_type |
stores the type of the constant value. More... | |
RTConstValueUnion | m_value |
stores the value of the constant. More... | |
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.
Definition at line 30 of file refltype.hxx.
|
inline |
Default constructor.
Definition at line 39 of file refltype.hxx.
References RTConstValueUnion::aDouble, and m_value.
RTValueType RTConstValue::m_type |
stores the type of the constant value.
Definition at line 34 of file refltype.hxx.
RTConstValueUnion RTConstValue::m_value |
stores the value of the constant.
Definition at line 36 of file refltype.hxx.
Referenced by RTConstValue().