|
| | PacketTemplate () |
| |
| 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 |
| |
| std::enable_if< std::is_same< T, N >::value, void >::type | Write (N x) |
| |
| 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) |
| |
| std::enable_if< std::is_same< T, N >::value, void >::type | WriteFlipped (N x) |
| |
| 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 () |
| |
| virtual u16 | getSubID () const |
| |
template<u8 _id, u16 _size>
class Pol::Network::PacketWriterDefs::PacketTemplate< _id, _size >
Definition at line 296 of file packets.h.