#include <iModule.h>
template<typename T>
class igor::iModule< T >
module class
make sure if you derive from this class that your module will be created during igor::startup() and destroyed during igor::shutdown()
◆ iModule()
◆ ~iModule()
◆ create()
creates the single instance of a module
only call this if you know what you are doing
◆ destroy()
destroys the single instance of a module
only call this if you know what you are doing
◆ getInstance()
- Returns
- the instance of this module
◆ isInstantiated()
returns true if the instance of this is currently instantiated
The documentation for this class was generated from the following file:
- /home/maddin/dev/Igor/src/igor/igor/resources/module/iModule.h