API Reference > OdRx Classes > OdRxModuleSoftReference Template
OdRxModuleSoftReference Template
OdRxModuleSoftReferenceOdRxModuleSoftReference
Syntax
C++
template <class TModule = OdRxModule> class OdRxModuleSoftReference : protected OdStaticRxObject<OdRxDLinkerReactor>;

RxModuleSoftReference.h

 

This template class represents client's atomic portion of code to execute via asynchronous call. 

Corresponding C++ library: TD_Db

OdRxModule, OdRxDLinkerReactor classes

 
Name 
Description 
 
Destroy an instance of this object. 
 
Builds an instance of this object. 
 
Name 
Description 
 
Unload this module. 
 
Returns a smart pointer to the rx-module instance with the specified name.
 
 
Returns a raw pointer to the rx-module instance. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.