Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
More advanced TLS support template class. More...
#include <tls.h>
Public Member Functions | |
tls () | |
~tls () | |
T | operator= (T value) |
operator T () | |
![]() | |
int | create () |
int | destroy () |
void | set (T value) |
T | get () |
Private Types | |
typedef basic_tls< T > | base |
More advanced TLS support template class.
It supports RAII and to some extent mimic __declspec(thread) variables.
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 83 of file tls.h.
References value.