ACE  6.1.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes
ACE_Manual_Event_T< TIME_POLICY > Class Template Reference

#include <Manual_Event.h>

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

List of all members.

Public Member Functions

 ACE_Manual_Event_T (int initial_state=0, int type=USYNC_THREAD, const char *name=0, void *arg=0)
 Constructor which will create manual event.
 ACE_Manual_Event_T (int initial_state, int type, const wchar_t *name, void *arg=0)
 Constructor which will create manual event (wchar_t version)
 ~ACE_Manual_Event_T (void)
 Default dtor.
void dump (void) const
 Dump the state of an object.
- Public Member Functions inherited from ACE_Event_T< 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.
virtual ~ACE_Event_T (void)
 Implicitly destroy the event variable.
ACE_Time_Value_T< TIME_POLICY > gettimeofday (void) const
void set_time_policy (TIME_POLICY const &time_policy)
- Public Member Functions inherited from ACE_Event_Base
virtual ~ACE_Event_Base (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.

Public Attributes

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

Additional Inherited Members

- Protected Attributes inherited from ACE_Event_T< TIME_POLICY >
TIME_POLICY time_policy_
 The policy to return the current time of day.
- Protected Attributes inherited from ACE_Event_Base
ACE_event_t handle_
 The underlying handle.
bool removed_

Constructor & Destructor Documentation

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

Constructor which will create manual event.

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

Constructor which will create manual event (wchar_t version)

template<class TIME_POLICY >
ACE_Manual_Event_T< TIME_POLICY >::~ACE_Manual_Event_T ( void  )
inline

Default dtor.


Member Function Documentation

template<class TIME_POLICY >
void ACE_Manual_Event_T< TIME_POLICY >::dump ( void  ) const

Dump the state of an object.

Reimplemented from ACE_Event_Base.


Member Data Documentation

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

Declare the dynamic allocation hooks.

Reimplemented from ACE_Event_T< TIME_POLICY >.


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