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

ACE_Auto_Event Class Reference

Auto Events. More...

#include <Synch.h>

Inheritance diagram for ACE_Auto_Event

Inheritance graph
[legend]
Collaboration diagram for ACE_Auto_Event:

Collaboration graph
[legend]
List of all members.

Public Methods

 ACE_Auto_Event (int initial_state = 0, int type = USYNC_THREAD, const char *name = 0, void *arg = 0)
 constructor which will create auto event.

 ACE_Auto_Event (int initial_state, int type, const wchar_t *name, void *arg = 0)
 constructor which will create auto event (wchar_t version).

 ~ACE_Auto_Event (void)
 Default dtor.

void dump (void) const
 Dump the state of an object.


Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks.


Detailed Description

Auto Events.

Specialization of Event mechanism which wakes up one waiting thread on <signal>. Note that this only provides global naming and system-scope locking support on Win32 platforms.


Constructor & Destructor Documentation

ACE_Auto_Event::ACE_Auto_Event ( int initial_state = 0,
int type = USYNC_THREAD,
const char * name = 0,
void * arg = 0 )
 

constructor which will create auto event.

ACE_Auto_Event::ACE_Auto_Event ( int initial_state,
int type,
const wchar_t * name,
void * arg = 0 )
 

constructor which will create auto event (wchar_t version).

ACE_INLINE ACE_Auto_Event::~ACE_Auto_Event ( void )
 

Default dtor.


Member Function Documentation

void ACE_Auto_Event::dump ( void ) const
 

Dump the state of an object.

Reimplemented from ACE_Event.


Member Data Documentation

ACE_Auto_Event::ACE_ALLOC_HOOK_DECLARE
 

Declare the dynamic allocation hooks.

Reimplemented from ACE_Event.


The documentation for this class was generated from the following files:
Generated at Sat Dec 1 11:01:01 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000