CppELib 1.7.0
|
Implementation of OSWrapper for standard C++11 using std::thread. More...
Classes | |
class | StdCppEventFlag |
class | StdCppEventFlagFactory |
class | StdCppFixedMemoryPool |
class | StdCppFixedMemoryPoolFactory |
class | StdCppMutex |
class | StdCppMutexFactory |
class | StdCppOneShotTimer |
class | StdCppOneShotTimerFactory |
class | StdCppPeriodicTimer |
class | StdCppPeriodicTimerFactory |
class | StdCppThreadFactory |
class | StdCppVariableMemoryPool |
class | StdCppVariableMemoryPoolFactory |
Functions | |
void | init () |
Initialize the StdCppOSWrapper. | |
Implementation of OSWrapper for standard C++11 using std::thread.
void StdCppOSWrapper::init | ( | ) |
Initialize the StdCppOSWrapper.
This is a helper function for using StdCppOSWrapper. All the factories of StdCppOSWrapper are generated and resistered. If you use StdCppOSWrapper, call this function when the application is initialized. You don't have to register for each factory.