cheshirekow
v0.1.0
|
Namespaces | |
epoll | |
Classes | |
class | Clock |
class | Epoll |
class | FdSet |
an fd_set with array accessors More... | |
class | NotifyPipe |
Manages a pipe which can be used as a condition variable between two threads. This is in contrast to a pthreads condition variable which can't be selected -ed or epoll -ed. More... | |
class | SelectSet |
class | SelectSurrogate |
class | Timespec |
just a c timeval More... | |
class | Timeval |
Typedefs | |
typedef std::map< int, int > | SelectMap |
Enumerations | |
enum | { SELECT_READ = 0x01, SELECT_WRITE = 0x02, SELECT_EXCEPT = 0x04 } |
typedef std::map<int, int> nix::SelectMap |
Definition at line 43 of file select_set.h.
anonymous enum |
Enumerator | |
---|---|
SELECT_READ | |
SELECT_WRITE | |
SELECT_EXCEPT |
Definition at line 36 of file select_set.h.