![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cThreadLocalSys.h>
Public Member Functions | |
| cThreadLocalSysT (PFLS_CALLBACK_FUNCTION pDestruct=nullptr) noexcept | |
| TYPE | GetData () const noexcept |
| bool | PutData (TYPE nData) noexcept |
Public Member Functions inherited from Gray::cThreadLocalSys | |
| cThreadLocalSys (PFLS_CALLBACK_FUNCTION pDestruct=nullptr) noexcept | |
| ~cThreadLocalSys () | |
| bool | isInit () const noexcept |
| void * | GetData () const noexcept |
| bool | PutData (void *pData) noexcept |
template typed version of cThreadLocalSys
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |