|
| PacketTemplateSub () |
|
virtual u16 | getSubID () const POL_OVERRIDE |
|
virtual void | ReSetBuffer () POL_OVERRIDE |
|
virtual size_t | estimateSize () const POL_OVERRIDE |
|
virtual char * | getBuffer () POL_OVERRIDE |
|
virtual u8 | getID () const POL_OVERRIDE |
|
virtual u16 | getSize () const POL_OVERRIDE |
|
template<class T , typename N > |
std::enable_if< std::is_same< T, N >::value, void >::type | Write (N x) |
|
template<class T , typename N > |
std::enable_if<!std::is_same< T, N >::value, void >::type | Write (N x) |
|
void | Write (const char *x, u16 len, bool nullterm=true) |
|
void | Write (u8 x[], u16 len) |
|
void | Write (const u16 *x, u16 len, bool nullterm=true) |
|
template<class T , typename N > |
std::enable_if< std::is_same< T, N >::value, void >::type | WriteFlipped (N x) |
|
template<class T , typename N > |
std::enable_if<!std::is_same< T, N >::value, void >::type | WriteFlipped (N x) |
|
void | WriteFlipped (const u16 *x, u16 len, bool nullterm=true) |
|
| PacketInterface () |
|
virtual | ~PacketInterface () |
|
template<u8 _id, u16 _suboff, u16 _sub, u16 _size>
class Pol::Network::PacketWriterDefs::PacketTemplateSub< _id, _suboff, _sub, _size >
Definition at line 310 of file packets.h.