|
EpcTools
An event based multi-threaded C++ development framework.
|
Performs static initialization associated with any EpcTools class that requires it. Initialization and uninitialization is performed by EpcTools::Initialize() and EpcTools::UnInitialize(). More...
Go to the source code of this file.
Classes | |
| class | EStatic |
| 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... | |
Enumerations | |
| enum | |
| Static initialization priorities. Initialization is performed in ascending order. More... | |
Performs static initialization associated with any EpcTools class that requires it. Initialization and uninitialization is performed by EpcTools::Initialize() and EpcTools::UnInitialize().
| anonymous enum |
Static initialization priorities. Initialization is performed in ascending order.
1.8.16