DDraceNetwork Docs
|
#include <protocol7.h>
Public Member Functions | |
CNetObjHandler () | |
int | ValidateObj (int Type, const void *pData, int Size) |
const char * | GetObjName (int Type) const |
int | GetObjSize (int Type) const |
const char * | FailedObjOn () const |
int | NumObjFailures () const |
const char * | GetMsgName (int Type) const |
void * | SecureUnpackMsg (int Type, CUnpacker *pUnpacker) |
const char * | FailedMsgOn () const |
Private Member Functions | |
bool | CheckInt (const char *pErrorMsg, int Value, int Min, int Max) |
bool | CheckFlag (const char *pErrorMsg, int Value, int Mask) |
Private Attributes | |
const char * | m_pMsgFailedOn |
char | m_aMsgData [1024] |
const char * | m_pObjFailedOn |
int | m_NumObjFailures |
Static Private Attributes | |
static const char * | ms_apObjNames [] |
static int | ms_aObjSizes [] |
static const char * | ms_apMsgNames [] |
CNetObjHandler::CNetObjHandler | ( | ) |
|
private |
|
private |
const char * CNetObjHandler::FailedMsgOn | ( | ) | const |
const char * CNetObjHandler::FailedObjOn | ( | ) | const |
const char * CNetObjHandler::GetMsgName | ( | int | Type | ) | const |
const char * CNetObjHandler::GetObjName | ( | int | Type | ) | const |
int CNetObjHandler::GetObjSize | ( | int | Type | ) | const |
int CNetObjHandler::NumObjFailures | ( | ) | const |
void * CNetObjHandler::SecureUnpackMsg | ( | int | Type, |
CUnpacker * | pUnpacker | ||
) |
int CNetObjHandler::ValidateObj | ( | int | Type, |
const void * | pData, | ||
int | Size | ||
) |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |