ACE 7.0.6
Public Member Functions | Public Attributes | List of all members
ACE_Auto_Event_T< TIME_POLICY > Class Template Reference

#include <Auto_Event.h>

Inheritance diagram for ACE_Auto_Event_T< TIME_POLICY >:
Inheritance graph
[legend]
Collaboration diagram for ACE_Auto_Event_T< TIME_POLICY >:
Collaboration graph
[legend]

Public Member Functions

 ACE_Auto_Event_T (int initial_state=0, int type=USYNC_THREAD, const char *name=0, void *arg=0)
 Constructor which will create auto event. More...
 
 ACE_Auto_Event_T (int initial_state, int type, const wchar_t *name, void *arg=0)
 Constructor which will create auto event (wchar_t version) More...
 
virtual ~ACE_Auto_Event_T ()
 Default dtor. More...
 
void dump () const
 Dump the state of an object. More...
 
- Public Member Functions inherited from ACE_Event_T< ACE_System_Time_Policy >
 ACE_Event_T (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. More...
 
virtual ~ACE_Event_T ()=default
 Implicitly destroy the event variable. More...
 
ACE_Time_Value_T< ACE_System_Time_Policygettimeofday () const
 
void set_time_policy (ACE_System_Time_Policy const &time_policy)
 
- Public Member Functions inherited from ACE_Event_Base
virtual ~ACE_Event_Base ()
 Implicitly destroy the event variable. More...
 
int remove ()
 
ACE_event_t handle () const
 Underlying handle to event. More...
 
void handle (ACE_event_t new_handle)
 
int wait ()
 
int wait (const ACE_Time_Value *abstime, int use_absolute_time=1)
 
int signal ()
 
int pulse ()
 
int reset ()
 Set to nonsignaled state. More...
 
void dump () const
 Dump the state of an object. More...
 

Public Attributes

 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks. More...
 
- Public Attributes inherited from ACE_Event_T< ACE_System_Time_Policy >
 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks. More...
 
- Public Attributes inherited from ACE_Event_Base
 ACE_ALLOC_HOOK_DECLARE
 Declare the dynamic allocation hooks. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ACE_Event_Base
 ACE_Event_Base ()
 Only derived classes allowed to construct event. More...
 
- Protected Attributes inherited from ACE_Event_T< ACE_System_Time_Policy >
ACE_System_Time_Policy time_policy_
 The policy to return the current time of day. More...
 
- Protected Attributes inherited from ACE_Event_Base
ACE_event_t handle_
 The underlying handle. More...
 
bool removed_
 

Constructor & Destructor Documentation

◆ ACE_Auto_Event_T() [1/2]

template<class TIME_POLICY = ACE_System_Time_Policy>
ACE_Auto_Event_T< TIME_POLICY >::ACE_Auto_Event_T ( int  initial_state = 0,
int  type = USYNC_THREAD,
const char *  name = 0,
void *  arg = 0 
)

Constructor which will create auto event.

◆ ACE_Auto_Event_T() [2/2]

template<class TIME_POLICY >
ACE_Auto_Event_T< TIME_POLICY >::ACE_Auto_Event_T ( int  initial_state,
int  type,
const wchar_t *  name,
void *  arg = 0 
)

Constructor which will create auto event (wchar_t version)

◆ ~ACE_Auto_Event_T()

template<class TIME_POLICY >
ACE_Auto_Event_T< TIME_POLICY >::~ACE_Auto_Event_T
inlinevirtual

Default dtor.

Member Function Documentation

◆ dump()

template<class TIME_POLICY >
void ACE_Auto_Event_T< TIME_POLICY >::dump

Dump the state of an object.

Member Data Documentation

◆ ACE_ALLOC_HOOK_DECLARE

template<class TIME_POLICY = ACE_System_Time_Policy>
ACE_Auto_Event_T< TIME_POLICY >::ACE_ALLOC_HOOK_DECLARE

Declare the dynamic allocation hooks.


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