LibreOffice Module registry (master) 1
Public Member Functions | Public Attributes | List of all members
RTConstValue Class Reference

specifies a helper class for const values. More...

#include <refltype.hxx>

Collaboration diagram for RTConstValue:
[legend]

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ RTConstValue()

RTConstValue::RTConstValue ( )
inline

Default constructor.

Definition at line 39 of file refltype.hxx.

References RTConstValueUnion::aDouble, and m_value.

Member Data Documentation

◆ m_type

RTValueType RTConstValue::m_type

stores the type of the constant value.

Definition at line 34 of file refltype.hxx.

◆ m_value

RTConstValueUnion RTConstValue::m_value

stores the value of the constant.

Definition at line 36 of file refltype.hxx.

Referenced by RTConstValue().


The documentation for this class was generated from the following file: