OnixS C++ B3 BOE Binary Order Entry 1.3.0
API Documentation
Loading...
Searching...
No Matches
OnixS::B3::BOE Namespace Reference

Namespaces

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

Classes

struct  PriorityAndPolicyTraits
struct  PtrTraits
struct  ReactorType
struct  ReceivedDataTimestamp
struct  SeqNumberTraits
class  Session
struct  SessionErrorReason
class  SessionListener
class  SessionReactor
class  SessionSettings
struct  SessionStateId
class  SessionStorage
struct  SessionStorageType
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

std::ostream & operator<< (std::ostream &o, SessionStateId::Enum state)
const std::string B3_BOE_HANDLER_VERSION ("1.3.0")

Typedef Documentation

◆ Byte

typedef unsigned char Byte

Type alias for byte.

Definition at line 46 of file Defines.h.

◆ Bytes

typedef std::vector<Byte> Bytes

Sequence of bytes.

Definition at line 49 of file Defines.h.

◆ CpuIndex

typedef size_t CpuIndex

Definition at line 72 of file Defines.h.

◆ CpuIndexes

typedef std::set<CpuIndex> CpuIndexes

Definition at line 73 of file Defines.h.

◆ Handle

typedef int Handle

Type alias for socket handle.

Definition at line 56 of file Defines.h.

◆ Port

typedef unsigned short Port

Definition at line 44 of file Defines.h.

◆ PortRange

typedef std::pair<Port, Port> PortRange

Definition at line 74 of file Defines.h.

◆ SeqNumber

typedef Messaging::UInt32 SeqNumber

Definition at line 52 of file Messaging.h.

◆ SocketOptions

typedef std::vector<SocketOption> SocketOptions

Socket options.

Definition at line 77 of file Defines.h.

Function Documentation

◆ B3_BOE_HANDLER_VERSION()

const std::string B3_BOE_HANDLER_VERSION ( "1.3.0" )

◆ operator<<()

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

Definition at line 62 of file SessionStateId.h.