API Reference > OdRx Classes > OdRxStaticModule Template
OdRxStaticModule Template
OdRxStaticModule
Syntax
C++
template <class T, class TInterface = T> class OdRxStaticModule : public T;

RxDynamicModule.h

 

This template class provides the implementation of static rx-modules in multi-threaded (MT) mode.

OdRxModule, OdRefCounter classes

 
Name 
Description 
 
Creates a new static rx-module instance with the specified module name and returns a raw pointer to it.
 
 
Deletes this static rx-module object. 
 
Returns the module name for the static rx-module instance. 
 
Returns the system data for the existing static rx-module instance. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.