ACE 8.0.1
Loading...
Searching...
No Matches
Classes | Macros | Typedefs
Select_Reactor_Base.h File Reference
#include "ace/Timer_Queuefwd.h"
#include "ace/Event_Handler.h"
#include "ace/Handle_Set.h"
#include "ace/Pipe.h"
#include "ace/Reactor_Impl.h"
#include "ace/Null_Mutex.h"
#include "ace/Hash_Map_Manager_T.h"
#include "ace/Functor.h"
#include <functional>
#include "ace/Select_Reactor_Base.inl"

Classes

class  ACE_Select_Reactor_Handle_Set
 Track handles we are interested for various events. More...
 
class  ACE_Event_Tuple
 An ACE_Event_Handler and its associated ACE_HANDLE. More...
 
class  ACE_Select_Reactor_Notify
 Unblock the ACE_Select_Reactor from its event loop. More...
 
class  ACE_Select_Reactor_Handler_Repository
 Used to map ACE_HANDLEs onto the appropriate ACE_Event_Handler *. More...
 
class  ACE_Select_Reactor_Handler_Repository_Iterator
 Iterate through the ACE_Select_Reactor_Handler_Repository. More...
 
class  ACE_Select_Reactor_Impl
 This class simply defines how Select_Reactor's basic interface functions should look like and provides a common base class for Select_Reactor using various locking mechanism. More...
 

Macros

#define ACE_SELECT_REACTOR_BASE_USES_HASH_MAP
 
#define ACE_DISABLE_NOTIFY_PIPE_DEFAULT   0
 

Typedefs

typedef void(ACE_Handle_Set::* ACE_FDS_PTMF) (ACE_HANDLE)
 
typedef int(ACE_Event_Handler::* ACE_EH_PTMF) (ACE_HANDLE)
 

Detailed Description

Author
Douglas C. Schmidt d.sch.nosp@m.midt.nosp@m.@vand.nosp@m.erbi.nosp@m.lt.ed.nosp@m.u

Macro Definition Documentation

◆ ACE_DISABLE_NOTIFY_PIPE_DEFAULT

#define ACE_DISABLE_NOTIFY_PIPE_DEFAULT   0

◆ ACE_SELECT_REACTOR_BASE_USES_HASH_MAP

#define ACE_SELECT_REACTOR_BASE_USES_HASH_MAP

Typedef Documentation

◆ ACE_EH_PTMF

typedef int(ACE_Event_Handler::* ACE_EH_PTMF) (ACE_HANDLE)

◆ ACE_FDS_PTMF

typedef void(ACE_Handle_Set::* ACE_FDS_PTMF) (ACE_HANDLE)