ADTF
|
Disables implicit conversion operators to iobject_ptr<const T> (implemented through inheritance) More...
Protected Member Functions | |
object_ptr_const_conversion ()=default | |
CTOR. | |
~object_ptr_const_conversion ()=default | |
DTOR. | |
Protected Member Functions inherited from iobject_ptr< const T > | |
~iobject_ptr ()=default | |
Destructor. | |
Protected Member Functions inherited from iobject_ptr_base< const T > | |
~iobject_ptr_base ()=default | |
Destructor. | |
Additional Inherited Members | |
Public Types inherited from iobject_ptr< const T > | |
typedef const IObject | object_type |
Provided for single point of const correct type access. | |
Public Types inherited from iobject_ptr_base< const T > | |
typedef const T | element_type |
Contained type to manage an object of. | |
Public Member Functions inherited from iobject_ptr_base< const T > | |
virtual const T * | Get () const=0 |
Get raw pointer to shared object. More... | |
virtual tResult | Reset (const iobject_ptr< const T > &i_oOther)=0 |
Reset this object_ptr<> with the content of another iobject_ptr<> More... | |
virtual const T * | operator-> () const=0 |
Operator-> overload to treat object_ptr<> types like real pointers. More... | |
Disables implicit conversion operators to iobject_ptr<const T> (implemented through inheritance)
Definition at line 49 of file object_ptr.h.