Declarations for PollEvent. More...
Go to the source code of this file.
Namespaces | |
Hypertable | |
Hypertable definitions | |
Hypertable::PollEvent | |
Polling event constants (mechanism-independent). | |
Enumerations | |
enum | Hypertable::PollEvent::Flags { Hypertable::PollEvent::READ = 0x01, Hypertable::PollEvent::PRI = 0x02, Hypertable::PollEvent::WRITE = 0x04, Hypertable::PollEvent::ERROR = 0x08, Hypertable::PollEvent::HUP = 0x10, Hypertable::PollEvent::REMOVE = 0x1000, Hypertable::PollEvent::RDHUP = 0x2000 } |
Enumeration for poll interest constants. More... | |
Functions | |
std::string | Hypertable::PollEvent::to_string (int events) |
Returns a string representation of polling events. More... | |
Declarations for PollEvent.
This file contains type declarations for PollEvent, an abstract base class from which are derived application handlers for responding to raw socket events.
Definition in file PollEvent.h.