RxObject.h
This class is the base class for all OdRxObject objects that require Runtime Type Identification.
Overview of Smart Pointer Classes
RTTI Technology
Comparing Rx-Objects
|
Name |
Description |
![]() ![]() |
The virtual destructor for this class. | |
![]() |
Default constructor for this class. |
|
Name |
Description |
![]() ![]() |
Declares the method incrementing the reference counter in objects derived from this class. | |
![]() |
Casts the specified raw pointer to the smart pointer. | |
![]() ![]() |
Creates a *clone* of this object, and returns a pointer to the *clone*. | |
![]() ![]() |
Compares another object to this one in a some meaning. | |
![]() ![]() |
details Copies the contents of the specified object into this object. | |
![]() |
Returns the raw pointer to the class describing instance statically associated with this object as the OdRxClass object. | |
![]() ![]() |
Returns the raw pointer to the class describing instance dynamically associated with this object as the OdRxClass object. | |
![]() ![]() |
Returns true if and only if the specified object is equal to this one in a some meaning. | |
![]() |
Checks whether the object belongs to the specified class and returns true if and only if this object is an instance of the specified class or a subclass of the specified class. | |
![]() ![]() |
Returns the value of the reference counter, that is, the number of references to an instance of this class. | |
![]() ![]() |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class. | |
![]() ![]() |
Declares the method decrementing the reference counter in objects derived from this class. | |
![]() ![]() |
Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class, or throws an exception if it cannot. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|