ACE  6.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
ACE_Threading_Helper< ACE_Thread_Mutex > Class Template Reference

#include <Service_Config.h>

Public Member Functions

 ACE_Threading_Helper (void)
 
 ~ACE_Threading_Helper (void)
 
void set (void *)
 
void * get (void)
 

Private Attributes

ACE_thread_key_t key_
 

Constructor & Destructor Documentation

Member Function Documentation

void * ACE_Threading_Helper< ACE_Thread_Mutex >::get ( void  )
void ACE_Threading_Helper< ACE_Thread_Mutex >::set ( void *  p)

Member Data Documentation

Key for the thread-specific data, which is a simple pointer to the thread's (currently-) global configuration context.


The documentation for this class was generated from the following files: