OnixS C++ Euronext Optiq MDG Handler 1.3.3
API documentation
Loading...
Searching...
No Matches
NetFeedEngineProcessResult Class Reference

Public Types

typedef UInt32 Flags

Public Member Functions

 NetFeedEngineProcessResult (UInt32 flags) noexcept
bool eventsDispatched () const noexcept
void eventsDispatched (bool state) noexcept
bool ioWaited () const noexcept
void ioWaited (bool state) noexcept
Flags reserved () const noexcept
void reserved (Flags flags) noexcept

Detailed Description

Definition at line 38 of file FeedEngine.h.

Member Typedef Documentation

◆ Flags

typedef UInt32 Flags

Aliases integral type whose bits are used to indicate flag presence.

Definition at line 42 of file FeedEngine.h.

Constructor & Destructor Documentation

◆ NetFeedEngineProcessResult()

NetFeedEngineProcessResult ( UInt32 flags)
inlineexplicitnoexcept

Definition at line 45 of file FeedEngine.h.

Member Function Documentation

◆ eventsDispatched() [1/2]

bool eventsDispatched ( ) const
inlinenoexcept

Indicates whether feed-related events like data reception or absence have been dispatched.

Definition at line 51 of file FeedEngine.h.

◆ eventsDispatched() [2/2]

void eventsDispatched ( bool state)
inlinenoexcept

Indicates whether feed-related events like data reception or absence have been dispatched.

Definition at line 57 of file FeedEngine.h.

◆ ioWaited() [1/2]

bool ioWaited ( ) const
inlinenoexcept

Indicates whether processing had to sleep in kernel while checking data availability.

Definition at line 63 of file FeedEngine.h.

◆ ioWaited() [2/2]

void ioWaited ( bool state)
inlinenoexcept

Indicates whether processing had to sleep in kernel while checking data availability.

Definition at line 69 of file FeedEngine.h.

◆ reserved() [1/2]

Flags reserved ( ) const
inlinenoexcept

Reserved (unused) flags.

Definition at line 75 of file FeedEngine.h.

◆ reserved() [2/2]

void reserved ( Flags flags)
inlinenoexcept

Reserved (unused) flags.

Definition at line 81 of file FeedEngine.h.