Classes | Defines

TSS_T.h File Reference

#include "ace/Lock.h"
#include "ace/Thread_Mutex.h"
#include "ace/TSS_T.inl"
#include "ace/TSS_T.cpp"
Include dependency graph for TSS_T.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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...

Defines

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

Detailed Description

Id:
TSS_T.h 91124 2010-07-19 11:54:35Z vzykov

Moved from Synch.h.

Author:
Douglas C. Schmidt <schmidt@cs.wustl.edu>

Definition in file TSS_T.h.


Define Documentation

#define ACE_TSS_GET (   I,
  T 
)    (I)

Definition at line 35 of file TSS_T.h.

#define ACE_TSS_TYPE (   T  )     T

Definition at line 34 of file TSS_T.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines