OnixS C++ ICE Binary Order Entry Handler 1.0.0
API Documentation
Loading...
Searching...
No Matches
OnixS::ICE::BOE Namespace Reference

Namespaces

namespace  AdHoc
namespace  Encoding
namespace  Exceptions
namespace  Filesystem
namespace  Messaging
namespace  Scheduling
namespace  System
namespace  Testing
namespace  Threading
namespace  Tools

Classes

struct  LogLevel
struct  LogSettings
struct  PriorityAndPolicyTraits
struct  ReactorType
struct  ReceivedDataTimestamp
struct  SeqNumberTraits
class  Session
struct  SessionErrorReason
class  SessionListener
class  SessionReactor
class  SessionSettings
struct  SessionStateId
class  SessionStorage
struct  SessionStorageType
struct  SessionType
struct  SessionWarningReason
struct  SocketOption
class  TcpDirectAttr
class  TcpDirectStack
struct  TcpInfo
class  TcpStandardStack
struct  ThreadingModel
struct  ThreadParams

Typedefs

typedef unsigned short Port
typedef unsigned char Byte
typedef std::vector< ByteBytes
typedef int Handle
typedef size_t CpuIndex
typedef std::set< CpuIndexCpuIndexes
typedef std::pair< Port, PortPortRange
typedef std::vector< SocketOptionSocketOptions
typedef Messaging::UInt32 SeqNumber

Functions

bool isDebugBuild () noexcept
ONIXS_ICEBOE_FORCEINLINE constexpr bool isNdebug () noexcept
std::ostream & operator<< (std::ostream &o, SessionType::Enum type)
std::ostream & operator<< (std::ostream &o, SessionStateId::Enum state)
LogSettings::Enum operator| (LogSettings::Enum a, LogSettings::Enum b)

Typedef Documentation

◆ Byte

typedef unsigned char Byte

Type alias for byte.

Definition at line 43 of file Defines.h.

◆ Bytes

typedef std::vector<Byte> Bytes

Sequence of bytes.

Definition at line 46 of file Defines.h.

◆ CpuIndex

typedef size_t CpuIndex

Definition at line 69 of file Defines.h.

◆ CpuIndexes

typedef std::set<CpuIndex> CpuIndexes

Definition at line 70 of file Defines.h.

◆ Handle

typedef int Handle

Type alias for socket handle.

Definition at line 53 of file Defines.h.

◆ Port

typedef unsigned short Port

Definition at line 40 of file Defines.h.

◆ PortRange

typedef std::pair<Port, Port> PortRange

Definition at line 71 of file Defines.h.

◆ SeqNumber

Definition at line 51 of file Messaging.h.

◆ SocketOptions

typedef std::vector<SocketOption> SocketOptions

Socket options.

Definition at line 74 of file Defines.h.

Function Documentation

◆ isDebugBuild()

bool isDebugBuild ( )
noexcept
Returns
true if the library build with debugging enabled.

◆ isNdebug()

ONIXS_ICEBOE_FORCEINLINE constexpr bool isNdebug ( )
constexprnoexcept

Definition at line 94 of file Defines.h.

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream & o,
SessionStateId::Enum state )
inline

Definition at line 57 of file SessionStateId.h.

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream & o,
SessionType::Enum type )
inline

Definition at line 56 of file Session.h.

◆ operator|()

Typed logical operator helper.

Definition at line 83 of file LogSettings.h.