#include <EventLoop.h>
Public Member Functions |
|
EventInfo (EventLoop &loop, const int io_events=EventLoop::None, const bool timeout=false) | |
int | io_events () const |
EventLoop & | event_loop () const |
const TimeValue & | now () const |
This value does not necessarily have any relation to system time. More... |
|
bool | timeout_event () const |
bool | error_event () const |
bool | hangup_event () const |
bool | read_event () const |
bool | write_event () const |
Friends |
|
void | EventLoop::start () |
Detailed Description
Definition at line 90 of file EventLoop.h.
Constructor & Destructor Documentation
|
inlineexplicit |
Definition at line 101 of file EventLoop.h.
Member Function Documentation
|
inline |
Definition at line 138 of file EventLoop.h.
References EventLoop::Error.
Referenced by EventLoop::start().
|
inline |
Definition at line 117 of file EventLoop.h.
Referenced by ServiceEventHandler< PP >::handle_read().
|
inline |
Definition at line 142 of file EventLoop.h.
References EventLoop::Hangup.
Referenced by EventLoop::start().
|
inline |
Definition at line 108 of file EventLoop.h.
|
inline |
This value does not necessarily have any relation to system time.
It is only valid to compare it against time stamps of other events.
Definition at line 130 of file EventLoop.h.
|
inline |
Definition at line 146 of file EventLoop.h.
References EventLoop::Read.
Referenced by EventLoop::start().
|
inline |
Definition at line 134 of file EventLoop.h.
Referenced by EventLoop::start().
|
inline |
Definition at line 150 of file EventLoop.h.
References EventLoop::Write.
Referenced by EventLoop::start().
Friends And Related Function Documentation
|
friend |
The documentation for this class was generated from the following file: