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 42 of file refltype.hxx.
|
inline |
Default constructor.
Definition at line 51 of file refltype.hxx.
References RTConstValueUnion::aDouble.
RTValueType RTConstValue::m_type |
stores the type of the constant value.
Definition at line 46 of file refltype.hxx.
Referenced by RegistryTypeReader::getFieldConstValue(), typereg::Reader::getFieldValue(), RegistryTypeWriter::setFieldData(), and typereg::Writer::setFieldData().
RTConstValueUnion RTConstValue::m_value |
stores the value of the constant.
Definition at line 48 of file refltype.hxx.
Referenced by RegistryTypeReader::getFieldConstValue(), typereg::Reader::getFieldValue(), RegistryTypeWriter::setFieldData(), and typereg::Writer::setFieldData().