CFx SDK Documentation  2020SP3
Public Member Functions | Static Public Member Functions | List of all members
OdRxBoxedValue Class Referenceabstract

#include <RxValue.h>

Inheritance diagram for OdRxBoxedValue:
OdRxObject OdStaticRxObject< OdRxBoxedValue > OdRxBoxedValueOnStack

Public Member Functions

 ODRX_DECLARE_MEMBERS (OdRxBoxedValue)
 
virtual const OdRxValuevalue () const =0
 
virtual OdRxValuevalue ()=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 OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () 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 OdRxClassdesc ()
 

Detailed Description

<group OdRx_Classes> Base class for wrapping OdRxValue in OdRxObject

Definition at line 538 of file RxValue.h.

Member Function Documentation

◆ clone()

virtual OdRxObjectPtr OdRxBoxedValue::clone ( ) const
virtual

Clone this value;

Reimplemented from OdRxObject.

◆ comparedTo()

virtual OdRx::Ordering OdRxBoxedValue::comparedTo ( const OdRxObject other) const
virtual

Establish order relation with another value.

Reimplemented from OdRxObject.

◆ copyFrom()

virtual void OdRxBoxedValue::copyFrom ( const OdRxObject other)
virtual

Copy contents from another value.

Reimplemented from OdRxObject.

◆ isEqualTo()

virtual bool OdRxBoxedValue::isEqualTo ( const OdRxObject other) const
virtual

Compare with another value.

Reimplemented from OdRxObject.

◆ newBoxedValueOnHeap()

static OdRxBoxedValuePtr OdRxBoxedValue::newBoxedValueOnHeap ( const OdRxValue value)
static

Create new boxed value on the heap. Returns reference-counted smart pointer.

◆ ODRX_DECLARE_MEMBERS()

OdRxBoxedValue::ODRX_DECLARE_MEMBERS ( OdRxBoxedValue  )

◆ value() [1/2]

virtual const OdRxValue* OdRxBoxedValue::value ( ) const
pure virtual

Returns contained OdRxValue.

Implemented in OdRxBoxedValueOnStack.

◆ value() [2/2]

virtual OdRxValue* OdRxBoxedValue::value ( )
pure virtual

Returns contained OdRxValue.

Implemented in OdRxBoxedValueOnStack.


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