CppELib 1.7.0
Loading...
Searching...
No Matches
StdCppOSWrapper.h
Go to the documentation of this file.
1#ifndef STDCPP_OS_WRAPPER_H_INCLUDED
2#define STDCPP_OS_WRAPPER_H_INCLUDED
3
4namespace StdCppOSWrapper {
5
6void init();
7
8}
9
10#endif // STDCPP_OS_WRAPPER_H_INCLUDED
Implementation of OSWrapper for standard C++11 using std::thread.
Definition StdCppEventFlagFactory.cpp:6
void init()
Initialize the StdCppOSWrapper.
Definition StdCppOSWrapper.cpp:30