![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cThreadLocalSys.h>
Public Member Functions | |
virtual void * | GetDataNewV ()=0 |
base for a type of thread local storage. TYPE is implied. allows the system thread local type to get replaced by smarter thread locals. e.g. cThreadLocalTypeNew GetDataNewV = Get thread local value or create a new one if not already existing.
|
pure virtual |