My Project
UDK 3.2.7 C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
RTConstValue Class Reference

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.

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.

Constructor & Destructor Documentation

RTConstValue::RTConstValue ( )
inline

Default constructor.

RTConstValue::~RTConstValue ( )
inline

Destructor.

Member Data Documentation

RTValueType RTConstValue::m_type

stores the type of the constant value.

RTConstValueUnion RTConstValue::m_value

stores the value of the constant.


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