#include <ModuleBase.h>
Public Member Functions | |
| ModuleBase (void) | |
| virtual | ~ModuleBase (void) |
| ModuleBase (const string_type &strings_txt) | |
| HINSTANCE | GetHandle () const |
| const string_type & | GetPath () const |
| void | SetHandle (HINSTANCE handle) |
| virtual const Version & | GetVersion () const =0 |
| cl7::ModuleBase< T >::ModuleBase | ( | void | ) |
Default constructor.
| cl7::ModuleBase< T >::~ModuleBase | ( | void | ) | [virtual] |
Destructor.
| cl7::ModuleBase< T >::ModuleBase | ( | const string_type & | strings_txt | ) | [explicit] |
Explicit constructor.
| HINSTANCE cl7::ModuleBase< T >::GetHandle | ( | ) | const [inline] |
Returns the instance handle of this module.
| const string_type& cl7::ModuleBase< T >::GetPath | ( | ) | const [inline] |
Returns the path of this module.
| virtual const Version& cl7::ModuleBase< T >::GetVersion | ( | ) | const [pure virtual] |
Returns the version of this module.
Implemented in cyber::Module, cyber::editor::Module, cyber::gambling::Module, cyber::renderer::Module, cyber::world::Module, Module, bl7::Module, cl7::Module, el7::Module, fl7::Module, gl7::Module, ml7::Module, pl7::Module, and xl7::Module.
| void cl7::ModuleBase< T >::SetHandle | ( | HINSTANCE | handle | ) | [inline] |
Sets the instance handle of this module.
1.7.1