Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

/export2/deucetmp/bala/release_try/ACE_wrappers/ace/Guard_T.h File Reference

#include "ace/Lock.h"
#include "ace/Global_Macros.h"
#include "ace/OS_NS_Thread.h"
#include "ace/Guard_T.inl"
#include "ace/Guard_T.cpp"

Include dependency graph for Guard_T.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Compounds

class  ACE_Guard
 This data structure is meant to be used within a method or function... It performs automatic aquisition and release of a parameterized synchronization object <ACE_LOCK>. More...

class  ACE_Read_Guard
 This class is similar to class <ACE_Guard>, though it acquires/releases a read lock automatically (naturally, the <ACE_LOCK> it is instantiated with must support the appropriate API). More...

class  ACE_Write_Guard
 This class is similar to class <ACE_Guard>, though it acquires/releases a write lock automatically (naturally, the <ACE_LOCK> it is instantiated with must support the appropriate API). More...


Defines

#define ACE_TSS_Guard   ACE_Guard
#define ACE_TSS_Write_GUARD   ACE_Write_Guard
#define ACE_TSS_Read_GUARD   ACE_Read_Guard

Detailed Description

Id:
Guard_T.h,v 4.2 2003/11/01 11:15:12 dhinton Exp

Moved from Synch.h.

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

Define Documentation

#define ACE_TSS_Guard   ACE_Guard
 

#define ACE_TSS_Read_GUARD   ACE_Read_Guard
 

#define ACE_TSS_Write_GUARD   ACE_Write_Guard
 


Generated on Wed Jan 14 22:04:33 2004 for ACE by doxygen1.2.18