#include <OnixS/CME/Streamlined/Packet.h>
Definition at line 222 of file Packet.h.
Initializes blank instance.
Definition at line 235 of file Packet.h.
Packet |
( |
const void * |
data, |
|
|
size_t |
size |
|
) |
| |
|
inline |
Initializes binary packet over given buffer.
- Exceptions
-
std::exception | if given buffer doesn't satisfy base requirements on well-formed CME packet. |
Definition at line 245 of file Packet.h.
Initializes as a copy of the other instance.
Definition at line 270 of file Packet.h.
Does actually nothing.
Definition at line 278 of file Packet.h.
const void* data |
( |
| ) |
const |
|
inline |
Returns collection of messages stored by instance.
Definition at line 313 of file Packet.h.
Re-initializes the instance as the copy of the other one.
Definition at line 363 of file Packet.h.
Resets the instance to the null state.
Definition at line 325 of file Packet.h.
void reset |
( |
const void * |
data, |
|
|
size_t |
size |
|
) |
| |
|
inline |
Re-initializes the instance to refer to the other content.
Definition at line 334 of file Packet.h.
The documentation for this class was generated from the following file: