42#ifdef ONIXS_FIXENGINE_CXX11
80 return isQuiescentImpl();
95 void dispatchEventsImpl();
97 bool isQuiescentImpl()
const;
104#ifndef ONIXS_FIXENGINE_CXX11
109 friend class FIX::ReactorOperator;
#define ONIXS_FIXENGINE_API
#define ONIXS_FIXENGINE_OVERRIDE
The session's network stack reactor interface.
A high-level wrapper over the TCP standard stack.
void dispatchEvents() ONIXS_FIXENGINE_OVERRIDE
Processes events on a stack and performs the necessary handling.
Threading::ThreadId threadId() const ONIXS_FIXENGINE_OVERRIDE
ReactorType::Enum type() const ONIXS_FIXENGINE_OVERRIDE
Stack()
Allocates a TCP stack.
bool isQuiescent() const ONIXS_FIXENGINE_OVERRIDE
static ThreadId id()
Gets the platform identifier for the current thread.
pthread_t ThreadId
Type alias for thread identifier.
@ TcpStandard
The standard TCP reactor.