#include <net.h>
|
std::vector< unsigned char > | data |
|
std::string | m_type |
|
Definition at line 114 of file net.h.
◆ CSerializedNetMsg() [1/3]
CSerializedNetMsg::CSerializedNetMsg |
( |
| ) |
|
|
default |
◆ CSerializedNetMsg() [2/3]
◆ CSerializedNetMsg() [3/3]
◆ Copy()
◆ GetMemoryUsage()
size_t CSerializedNetMsg::GetMemoryUsage |
( |
| ) |
const |
|
noexcept |
Compute total memory usage of this object (own memory + any dynamic memory).
Definition at line 124 of file net.cpp.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ data
std::vector<unsigned char> CSerializedNetMsg::data |
◆ m_type
std::string CSerializedNetMsg::m_type |
The documentation for this struct was generated from the following files: