neoGFX
Cross-platform C++ app/game engine
|
#include <tld_packet.hpp>
Public Member Functions | |
virtual const_pointer | data () const |
virtual pointer | data () |
virtual size_type | length () const |
virtual bool | has_max_length () const |
virtual size_type | max_length () const |
virtual void | clear () |
virtual bool | take_some (const_pointer &aFirst, const_pointer aLast) |
virtual clone_pointer | clone () const |
virtual void | copy_from (const basic_packet< CharType > &aSource) |
void | encode (IdType Id) |
IdType | id () const |
Definition at line 45 of file tld_packet.hpp.
typedef base_type::character_type neolib::basic_tld_packet< IdType, MaxPacketSize, CharType, PacketTraits >::character_type |
Definition at line 51 of file tld_packet.hpp.
typedef base_type::const_iterator neolib::basic_tld_packet< IdType, MaxPacketSize, CharType, PacketTraits >::const_iterator |
Definition at line 55 of file tld_packet.hpp.
typedef base_type::const_pointer neolib::basic_tld_packet< IdType, MaxPacketSize, CharType, PacketTraits >::const_pointer |
Definition at line 52 of file tld_packet.hpp.
typedef base_type::iterator neolib::basic_tld_packet< IdType, MaxPacketSize, CharType, PacketTraits >::iterator |
Definition at line 56 of file tld_packet.hpp.
typedef base_type::pointer neolib::basic_tld_packet< IdType, MaxPacketSize, CharType, PacketTraits >::pointer |
Definition at line 53 of file tld_packet.hpp.
typedef base_type::size_type neolib::basic_tld_packet< IdType, MaxPacketSize, CharType, PacketTraits >::size_type |
Definition at line 54 of file tld_packet.hpp.
typedef base_type::string_type neolib::basic_tld_packet< IdType, MaxPacketSize, CharType, PacketTraits >::string_type |
Definition at line 57 of file tld_packet.hpp.
|
inlinevirtual |
Implements neolib::i_basic_packet< CharType >.
Definition at line 88 of file tld_packet.hpp.
|
inlinevirtual |
Implements neolib::i_basic_packet< CharType >.
Definition at line 98 of file tld_packet.hpp.
|
inlinevirtual |
Definition at line 102 of file tld_packet.hpp.
|
inlinevirtual |
Implements neolib::i_basic_packet< CharType >.
Definition at line 72 of file tld_packet.hpp.
|
inlinevirtual |
Implements neolib::i_basic_packet< CharType >.
Definition at line 68 of file tld_packet.hpp.
|
inline |
Definition at line 109 of file tld_packet.hpp.
|
inlinevirtual |
Implements neolib::i_basic_packet< CharType >.
Definition at line 80 of file tld_packet.hpp.
|
inline |
Definition at line 116 of file tld_packet.hpp.
|
inlinevirtual |
Implements neolib::i_basic_packet< CharType >.
Definition at line 76 of file tld_packet.hpp.
|
inlinevirtual |
Implements neolib::i_basic_packet< CharType >.
Definition at line 84 of file tld_packet.hpp.
|
inlinevirtual |
Definition at line 95 of file tld_packet.hpp.