ACE 8.0.0
Loading...
Searching...
No Matches
Classes | Macros
TSS_T.h File Reference
#include "ace/Lock.h"
#include "ace/Thread_Mutex.h"
#include "ace/Copy_Disabled.h"
#include "ace/TSS_T.inl"
#include "ace/TSS_T.cpp"

Classes

class  ACE_TSS< TYPE >
 Allows objects that are "physically" in thread specific storage (i.e., private to a thread) to be accessed as though they were "logically" global to a program. More...
 
class  ACE_TSS_Type_Adapter< TYPE >
 Adapter that allows built-in types to be used with ACE_TSS. More...
 

Macros

#define ACE_TSS_TYPE(T)   T
 
#define ACE_TSS_GET(I, T)   (I)
 

Detailed Description

Author
Douglas C. Schmidt d.sch.nosp@m.midt.nosp@m.@vand.nosp@m.erbi.nosp@m.lt.ed.nosp@m.u

Macro Definition Documentation

◆ ACE_TSS_GET

#define ACE_TSS_GET ( I,
T )   (I)

◆ ACE_TSS_TYPE

#define ACE_TSS_TYPE ( T)    T