::SelectServerTest (defined in ola::io::SelectServer) | ola::io::SelectServer | friend |
AddReadDescriptor(ReadFileDescriptor *descriptor) | ola::io::SelectServer | virtual |
AddReadDescriptor(ConnectedDescriptor *descriptor, bool delete_on_close=false) | ola::io::SelectServer | virtual |
AddWriteDescriptor(WriteFileDescriptor *descriptor) | ola::io::SelectServer | virtual |
DrainCallbacks() | ola::io::SelectServer | virtual |
Execute(ola::BaseCallback0< void > *callback) | ola::io::SelectServer | virtual |
ExecutorInterface() (defined in ola::thread::ExecutorInterface) | ola::thread::ExecutorInterface | inline |
IsRunning() const | ola::io::SelectServer | inline |
RegisterRepeatingTimeout(unsigned int ms, ola::Callback0< bool > *callback) | ola::io::SelectServer | virtual |
RegisterRepeatingTimeout(const ola::TimeInterval &interval, ola::Callback0< bool > *callback) | ola::io::SelectServer | virtual |
RegisterSingleTimeout(unsigned int ms, ola::SingleUseCallback0< void > *callback) | ola::io::SelectServer | virtual |
RegisterSingleTimeout(const ola::TimeInterval &interval, ola::SingleUseCallback0< void > *callback) | ola::io::SelectServer | virtual |
RemoveReadDescriptor(ReadFileDescriptor *descriptor) | ola::io::SelectServer | virtual |
RemoveReadDescriptor(ConnectedDescriptor *descriptor) | ola::io::SelectServer | virtual |
RemoveTimeout(ola::thread::timeout_id id) | ola::io::SelectServer | virtual |
RemoveWriteDescriptor(WriteFileDescriptor *descriptor) | ola::io::SelectServer | virtual |
Run() | ola::io::SelectServer | |
RunInLoop(ola::Callback0< void > *callback) | ola::io::SelectServer | |
RunOnce() | ola::io::SelectServer | |
RunOnce(const TimeInterval &block_interval) | ola::io::SelectServer | |
SchedulerInterface() (defined in ola::thread::SchedulerInterface) | ola::thread::SchedulerInterface | inline |
SelectServer(ola::ExportMap *export_map=NULL, Clock *clock=NULL, const Options &options=Options()) | ola::io::SelectServer | |
SelectServerInterface() (defined in ola::io::SelectServerInterface) | ola::io::SelectServerInterface | inline |
SetDefaultInterval(const TimeInterval &block_interval) | ola::io::SelectServer | |
Terminate() | ola::io::SelectServer | |
WakeUpTime() const | ola::io::SelectServer | virtual |
~ExecutorInterface() (defined in ola::thread::ExecutorInterface) | ola::thread::ExecutorInterface | inlinevirtual |
~SchedulerInterface() (defined in ola::thread::SchedulerInterface) | ola::thread::SchedulerInterface | inlinevirtual |
~SchedulingExecutorInterface() (defined in ola::thread::SchedulingExecutorInterface) | ola::thread::SchedulingExecutorInterface | inlinevirtual |
~SelectServer() | ola::io::SelectServer | |
~SelectServerInterface() (defined in ola::io::SelectServerInterface) | ola::io::SelectServerInterface | inlinevirtual |