|
bool | decode (std::string &message) |
|
void | reset (void) |
| Resets the storage buffer.
|
|
bool | isEmpty (void) |
|
TCPPacket & | operator+= (const std::string &buffer) |
| Operator overload.
|
|
|
static std::string | encode (char const *message, std::size_t length) |
|
static std::string | encode (const std::string &message) |
|
Definition at line 9 of file TCPPacket.h.
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const TCPPacket & |
packet |
|
) |
| |
|
friend |
< return std::ostream so we can chain calls to operator<<
Definition at line 30 of file TCPPacket.h.
The documentation for this class was generated from the following files: