53#ifdef ONIXS_FIXENGINE_CXX11
93 return isQuiescentImpl();
110 void dispatchEventsImpl();
112 bool isQuiescentImpl()
const;
119#ifndef ONIXS_FIXENGINE_CXX11
124 friend class FIX::ReactorOperator;
#define ONIXS_FIXENGINE_API
#define ONIXS_FIXENGINE_OVERRIDE
The session's network stack reactor interface.
TCPDirect attributes to pass configuration details (a wrapper around the zf_Attributes struct).
A high-level wrapper over the TCPDirect stack.
void dispatchEvents() ONIXS_FIXENGINE_OVERRIDE
Processes events on a stack and performs the necessary handling.
Threading::ThreadId threadId() const ONIXS_FIXENGINE_OVERRIDE
Returns the ID of the thread that created the stack.
ReactorType::Enum type() const ONIXS_FIXENGINE_OVERRIDE
Stack(const Attributes &attr)
Allocates a stack with the supplied attributes.
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.
@ TcpDirect
The Solarflare TCPDirect reactor.