|
SIMLIB/C++
3.07
|
Class for internal registration of modules. More...
#include <internal.h>
Public Member Functions | |
| SIMLIB_module () | |
| int | Init (const char *s) |
| ~SIMLIB_module () | |
Private Member Functions | |
| SIMLIB_module (const SIMLIB_module &) | |
| SIMLIB_module & | operator= (const SIMLIB_module &) |
Private Attributes | |
| const char * | string |
Class for internal registration of modules.
Definition at line 60 of file internal.h.
|
private |
| simlib3::SIMLIB_module::SIMLIB_module | ( | ) |
Definition at line 49 of file atexit.cc.
References DBG_MODULE, and DEBUG.
| simlib3::SIMLIB_module::~SIMLIB_module | ( | ) |
Definition at line 62 of file atexit.cc.
References DBG_MODULE, DEBUG, and simlib3::SIMLIB_atexit_call().
| int simlib3::SIMLIB_module::Init | ( | const char * | s | ) |
Definition at line 56 of file atexit.cc.
References simlib3::counter.
|
private |
|
private |
Definition at line 61 of file internal.h.
1.8.13