Any EpcTools that needs to have initialization performed as part of EpcTools::Initialize() should derive from this class and provide implementations for init() and uninit().
More...
#include <estatic.h>
Any EpcTools that needs to have initialization performed as part of EpcTools::Initialize() should derive from this class and provide implementations for init() and uninit().
◆ getInitType()
virtual Int EStatic::getInitType |
( |
| ) |
|
|
inlinevirtual |
◆ init()
virtual Void EStatic::init |
( |
EGetOpt & |
opt | ) |
|
|
inlinevirtual |
Performs class specific initialization.
- Parameters
-
opt | reference to the options object. |
Reimplemented in ELoggerInit.
◆ Initialize()
Void EStatic::Initialize |
( |
EGetOpt & |
opt | ) |
|
|
static |
◆ uninit()
virtual Void EStatic::uninit |
( |
| ) |
|
|
inlinevirtual |
Performs uninitialization at system shutdown.
Reimplemented in ELoggerInit.
◆ UnInitialize()
void EStatic::UnInitialize |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files:
- /home/vagrant/share/code/epctools/include/epc/estatic.h
- /home/vagrant/share/code/epctools/src/estatic.cpp