VOX
A little voxel engine
|
This is the complete list of members for IPacket, including all inherited members.
Clone() const =0 | IPacket | pure virtual |
Deserialize(const uint8_t *buffer)=0 | IPacket | protectedpure virtual |
DYNAMIC_HEADER_SIZE | IPacket | inlinestatic |
ExtractMessage(Connection &connection) | IPacket | |
GetConnectionId() const | IPacket | inline |
GetType() const =0 | IPacket | pure virtual |
HasDynamicSize() const =0 | IPacket | pure virtual |
IPacket(const IPacket &) | IPacket | |
IPacket(IPacket &&) | IPacket | |
IPacket() | IPacket | protected |
m_connection_id | IPacket | protected |
operator=(const IPacket &) | IPacket | |
operator=(IPacket &&) | IPacket | |
Serialize(uint8_t *buffer) const =0 | IPacket | pure virtual |
SerializeHeader(uint8_t *buffer) const | IPacket | protected |
SetConnectionId(uint64_t connection_id) | IPacket | inline |
Size() const =0 | IPacket | pure virtual |
STATIC_HEADER_SIZE | IPacket | inlinestatic |
Type enum name | IPacket | |
~IPacket() | IPacket | virtual |