CFx SDK Documentation
2023 SP0
|
#include <RxValue.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdRxBoxedValue) | |
virtual const OdRxValue * | value () const =0 |
virtual OdRxValue * | value ()=0 |
virtual OdRxObjectPtr | clone () const ODRX_OVERRIDE |
virtual void | copyFrom (const OdRxObject *other) ODRX_OVERRIDE |
virtual bool | isEqualTo (const OdRxObject *other) const ODRX_OVERRIDE |
virtual OdRx::Ordering | comparedTo (const OdRxObject *other) const ODRX_OVERRIDE |
Public Member Functions inherited from OdRxObject | |
ODRX_HEAP_OPERATORS () | |
OdRxObject () | |
virtual | ~OdRxObject () |
virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
virtual OdRxObject * | x (const OdRxClass *pClass) const |
virtual OdRxClass * | isA () const |
virtual void | addRef ()=0 |
virtual void | release ()=0 |
virtual long | numRefs () const |
bool | isKindOf (const OdRxClass *pClass) const |
Static Public Member Functions | |
static OdRxBoxedValuePtr | newBoxedValueOnHeap (const OdRxValue &value) |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
<group OdRx_Classes> Base class for wrapping OdRxValue in OdRxObject
|
virtual |
Clone this value;
Reimplemented from OdRxObject.
|
virtual |
Establish order relation with another value.
Reimplemented from OdRxObject.
|
virtual |
Copy contents from another value.
Reimplemented from OdRxObject.
|
virtual |
Compare with another value.
Reimplemented from OdRxObject.
|
static |
Create new boxed value on the heap. Returns reference-counted smart pointer.
OdRxBoxedValue::ODRX_DECLARE_MEMBERS | ( | OdRxBoxedValue | ) |
|
pure virtual |
Returns contained OdRxValue.
Implemented in OdRxBoxedValueOnStack.
|
pure virtual |
Returns contained OdRxValue.
Implemented in OdRxBoxedValueOnStack.