CFx SDK Documentation
2023 SP0
|
#include <RxVariantValue.h>
Additional Inherited Members | |
Protected Member Functions inherited from OdSmartPtr< OdRxVariant > | |
void | internalAddRef () |
void | assign (const OdRxVariant *pObject) |
void | assign (const OdRxObject *pObject) |
void | internalQueryX (const OdRxObject *pObject) |
bool | operator! () const |
operator bool () const | |
operator bool () | |
Protected Member Functions inherited from OdBaseObjectPtr | |
OdBaseObjectPtr () | |
OdBaseObjectPtr (const OdRxObject *pSource) | |
Protected Attributes inherited from OdBaseObjectPtr | |
OdRxObject * | m_pObject |
This class implements Variant Value objects in an OdRx context.
Corresponding C++ library: TD_Db <group OdRx_Classes>
Definition at line 52 of file RxVariantValue.h.
|
inline |
Constructors with value arguments create a new RxVariant object with the specified value, and assign them the new RxVariantValue object.
Definition at line 67 of file RxVariantValue.h.
|
inline |
Definition at line 69 of file RxVariantValue.h.
|
inline |
Assigns the specified OdRxVariant object to this RxVariantValue object.
pVariant | [in] Pointer to the Variant object. |
Definition at line 59 of file RxVariantValue.h.