Eris  1.3.19
Public Types | Public Member Functions | Static Public Member Functions | List of all members
Eris::PollDefault Class Reference
Inheritance diagram for Eris::PollDefault:
Eris::Poll

Public Types

typedef std::map< const
basic_socket *, Check > 
MapType
- Public Types inherited from Eris::Poll
typedef int Check

Public Member Functions

virtual int maxStreams () const
virtual int maxConnectingStreams () const
virtual void addStream (const basic_socket *, Check)
virtual void changeStream (const basic_socket *, Check)
virtual void removeStream (const basic_socket *)

Static Public Member Functions

static void poll (unsigned long timeout=0)
- Static Public Member Functions inherited from Eris::Poll
static Pollinstance ()
static void setInstance (Poll *)
static void newTimedEvent ()

Additional Inherited Members

- Public Attributes inherited from Eris::Poll
sigc::signal< void, PollData & > Ready
- Static Public Attributes inherited from Eris::Poll
static const int READ = 1
static const int WRITE = 2
static const int EXCEPT = 4
static const int MASK = READ | WRITE | EXCEPT
- Static Protected Attributes inherited from Eris::Poll
static bool new_timeout_ = false

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