#include <PollableCondition.h>
Inherits qpid::sys::IOHandle.
Public Member Functions | |
void | set () |
Set the condition, triggers readable in a poller. | |
bool | clear () |
Get the current state of the condition, then clear it. |
Setting the condition makes it readable for a poller.
Writable/disconnected conditions are undefined and should not be polled for.
Definition at line 39 of file PollableCondition.h.
void qpid::sys::PollableCondition::set | ( | ) |
Set the condition, triggers readable in a poller.
Referenced by qpid::sys::PollableQueue< T >::push(), and qpid::sys::PollableQueue< T >::start().
bool qpid::sys::PollableCondition::clear | ( | ) |
Get the current state of the condition, then clear it.