26 class ReactorOperator;
27 namespace TCPStandard {
40 #ifdef ONIXS_FIXENGINE_CXX11 70 return isQuiescentImpl();
85 void dispatchEventsImpl();
87 bool isQuiescentImpl()
const;
94 #ifndef ONIXS_FIXENGINE_CXX11 99 friend class FIX::ReactorOperator;
Threading::ThreadId threadId() const ONIXS_FIXENGINE_OVERRIDE
A high-level wrapper over the TCP standard stack.
ReactorType::Enum type() const ONIXS_FIXENGINE_OVERRIDE
void dispatchEvents() ONIXS_FIXENGINE_OVERRIDE
Processes events on a stack and performs the necessary handling.
#define ONIXS_FIXENGINE_API
pthread_t ThreadId
Type alias for thread identifier.
bool isQuiescent() const ONIXS_FIXENGINE_OVERRIDE
Session's network stack reactor interface.