OnixS C++ CME MDP Conflated TCP Handler  1.3.1
API Documentation
OnixS::CME::ConflatedTCP Namespace Reference

Namespaces

 Encoding
 
 Exceptions
 
 Messaging
 
 Testing
 
 Threading
 

Classes

struct  PriorityAndPolicyTraits
 
struct  PtrTraits
 
struct  SeqNumberTraits
 
class  Session
 
struct  SessionErrorReason
 
class  SessionListener
 
class  SessionSettings
 
struct  SessionStateId
 
class  SessionStorage
 
struct  SessionStorageType
 
struct  SessionWarningReason
 
struct  SocketOption
 
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::vector< SocketOptionSocketOptions
 
typedef Messaging::UInt32 SeqNumber
 

Functions

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

Typedef Documentation

typedef unsigned char Byte

Type alias for byte.

Definition at line 46 of file Defines.h.

typedef std::vector<Byte> Bytes

Sequence of bytes.

Definition at line 49 of file Defines.h.

typedef size_t CpuIndex

Definition at line 73 of file Defines.h.

typedef std::set<CpuIndex> CpuIndexes

Definition at line 74 of file Defines.h.

typedef int Handle

Type alias for socket handle.

Definition at line 56 of file Defines.h.

typedef unsigned short Port

Definition at line 44 of file Defines.h.

Definition at line 58 of file Messaging.h.

typedef std::vector<SocketOption> SocketOptions

Socket options.

Definition at line 77 of file Defines.h.

Function Documentation

const std::string OnixS::CME::ConflatedTCP::CONFLATEDTCP_HANDLER_VERSION ( "1.3.1"  )
std::ostream& OnixS::CME::ConflatedTCP::operator<< ( std::ostream &  o,
SessionStateId::Enum  state 
)
inline

Definition at line 56 of file SessionStateId.h.