OnixS C++ CME MDP Conflated TCP Handler 1.3.6
API Documentation
Loading...
Searching...
No Matches
SessionStorage::RawMessagePointer Struct Reference

Public Member Functions

 RawMessagePointer (const char *buffer=nullptr, size_t length=0)

Public Attributes

const char * buffer_
size_t length_

Detailed Description

Definition at line 133 of file SessionStorage.h.

Constructor & Destructor Documentation

◆ RawMessagePointer()

RawMessagePointer ( const char * buffer = nullptr,
size_t length = 0 )
inline

Definition at line 135 of file SessionStorage.h.

Member Data Documentation

◆ buffer_

const char* buffer_
Note
the buffer is NOT owned by the RawMessagePointer.

Definition at line 141 of file SessionStorage.h.

◆ length_

size_t length_

Definition at line 143 of file SessionStorage.h.