ACE  6.1.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
ACE_Auto_Event Class Reference

Auto Events. More...

#include <Auto_Event.h>

Inheritance diagram for ACE_Auto_Event:
Inheritance graph
[legend]
Collaboration diagram for ACE_Auto_Event:
Collaboration graph
[legend]

Public Member Functions

 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 Member Functions inherited from ACE_Event
 ACE_Event (int manual_reset=0, int initial_state=0, int type=USYNC_THREAD, const ACE_TCHAR *name=0, void *arg=0, LPSECURITY_ATTRIBUTES sa=0)
 Constructor that creates event.
 
 ~ACE_Event (void)
 Implicitly destroy the event variable.
 
int remove (void)
 
ACE_event_t handle (void) const
 Underlying handle to event.
 
void handle (ACE_event_t new_handle)
 
int wait (void)
 
int wait (const ACE_Time_Value *abstime, int use_absolute_time=1)
 
int signal (void)
 
int pulse (void)
 
int reset (void)
 Set to nonsignaled state.
 
void dump (void) const
 Dump the state of an object.
 

Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks.
 
- Public Attributes inherited from ACE_Event
 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks.
 

Additional Inherited Members

- Protected Attributes inherited from ACE_Event
ACE_event_t handle_
 The underlying handle.
 
bool removed_
 

Detailed Description

Auto Events.

Specialization of Event mechanism which wakes up one waiting thread on signal. All platforms support process-scope locking support. However, only Win32 platforms support global naming and system-scope locking support.

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_Auto_Event::~ACE_Auto_Event ( void  )
inline

Default dtor.

Member Function Documentation

void ACE_Auto_Event::dump ( void  ) const

Dump the state of an object.

Member Data Documentation

ACE_Auto_Event::ACE_ALLOC_HOOK_DECLARE

Declare the dynamic allocation hooks.


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