#include <message.h>
|
| CMsgPacker (int Type, bool System=false, bool NoTranslate=false) |
|
template<typename T > |
| CMsgPacker (const T *, bool System=false, bool NoTranslate=false) |
|
| CPacker () |
|
void | Reset () |
|
void | AddInt (int i) |
|
void | AddString (const char *pStr, int Limit=0, bool AllowTruncation=true) |
|
void | AddRaw (const void *pData, int Size) |
|
int | Size () const |
|
const unsigned char * | Data () const |
|
bool | Error () const |
|
◆ CMsgPacker() [1/2]
CMsgPacker::CMsgPacker |
( |
int |
Type, |
|
|
bool |
System = false , |
|
|
bool |
NoTranslate = false |
|
) |
| |
|
inline |
◆ CMsgPacker() [2/2]
template<typename T >
CMsgPacker::CMsgPacker |
( |
const T * |
, |
|
|
bool |
System = false , |
|
|
bool |
NoTranslate = false |
|
) |
| |
|
inline |
◆ m_MsgId
◆ m_NoTranslate
bool CMsgPacker::m_NoTranslate |
◆ m_System
bool CMsgPacker::m_System |
The documentation for this class was generated from the following file: