28 class ReactorOperator;
29 namespace TCPStandard {
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;
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.
static ThreadId id()
Gets the platform identifier for the current thread.
bool isQuiescent() const ONIXS_FIXENGINE_OVERRIDE
The session's network stack reactor interface.
The standard TCP reactor.