Definition at line 222 of file Packet.h.
◆ Packet() [1/3]
Initializes blank instance.
Definition at line 235 of file Packet.h.
◆ Packet() [2/3]
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.
◆ Packet() [3/3]
Initializes as a copy of the other instance.
Definition at line 270 of file Packet.h.
◆ ~Packet()
Does actually nothing.
Definition at line 278 of file Packet.h.
◆ data()
const void * data |
( |
| ) |
const |
|
inline |
◆ messages()
Returns collection of messages stored by instance.
Definition at line 313 of file Packet.h.
◆ operator=()
Re-initializes the instance as the copy of the other one.
Definition at line 363 of file Packet.h.
◆ reset() [1/2]
Resets the instance to the null state.
Definition at line 325 of file Packet.h.
◆ reset() [2/2]
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.
◆ sendingTime()
◆ seqNumber()
◆ size()