1#ifndef Cpl_System_Tls_h_
2#define Cpl_System_Tls_h_
16#include "colony_config.h"
17#include "colony_map.h"
21#define Cpl_System_TlsKey_T Cpl_System_TlsKey_T_MAP
29#ifndef OPTION_CPL_SYSTEM_TLS_DESIRED_MIN_INDEXES
30#define OPTION_CPL_SYSTEM_TLS_DESIRED_MIN_INDEXES 8
73 void set(
void* newValue );
86 const Tls& operator=(
const Tls& m );
#define Cpl_System_TlsKey_T
Defer the definition of the a raw TLS key/index type to the application's 'platform'.
Definition Tls.h:21
This concrete class defines the interface for Thread Local Storage (TLS).
Definition Tls.h:58
Cpl_System_TlsKey_T m_key
Raw TLS key/handle/index.
Definition Tls.h:78
void set(void *newValue)
This method sets the thread-based stored value.
void * get(void)
Returns the thread-based stored value.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20