This class implements Dynamic Linker services for ODA Xtension(TX) applications:
The following services are implemented:
There is exactly one OdRxDynamicLinker class object. It is global to the ODA Platform and thus is non-instantiable for client applications.
A pointer to the OdRxDynamicLinker object will be returned by the global odrxDynamicLinker() function.
File: DynamicLinker.h
Module: API Reference
Default constructor for this class. (Inherited from OdRxObject) | |
The virtual destructor for this class. (Inherited from OdRxObject) |
| |
Adds the specified reactor to the dynamic linker reactor chain. | |
Declares the method incrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
Casts the specified raw pointer to the smart pointer. (Inherited from OdRxObject) | |
Creates a *clone* of this object, and returns a pointer to the *clone*. (Inherited from OdRxObject) | |
Compares another object to this one in a some meaning. (Inherited from OdRxObject) | |
details Copies the contents of the specified object into this object. (Inherited from OdRxObject) | |
Returns the raw pointer to the class describing instance statically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
This is the overview for the getModule method overload. | |
Returns the count of loaded modules. | |
Returns the raw pointer to the class describing instance dynamically associated with this object as the OdRxClass object. (Inherited from OdRxObject) | |
Returns true if and only if the specified object is equal to this one in a some meaning. (Inherited from OdRxObject) | |
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. (Inherited from OdRxObject) | |
This is the overview for the loadApp method overload. | |
Loads the specified abstract (platform-independent) module. | |
!DOM... more | |
Returns the value of the reference counter, that is, the number of references to an instance of this class. (Inherited from OdRxObject) | |
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. (Inherited from OdRxObject) | |
Declares the method decrementing the reference counter in objects derived from this class. (Inherited from OdRxObject) | |
Removes the specified reactor to the dynamic linker reactor chain. | |
for internal use (Inherited from OdRxObject) | |
(Inherited from OdRxObject) | |
Returns a SmartPointer to the OdRxDictionary instance that created by OdInitialize. | |
Returns a SmartPointer to the OdDbSystemServices instance that is used for file creation and access. | |
Unoads the specified abstract (platform-independent) module. | |
Unoads all unreferenced modules. | |
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. (Inherited from OdRxObject) |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|