#include <GGEP.h>
Public Member Functions | |
CGGEPBlock () | |
virtual | ~CGGEPBlock () |
void | Clear () |
CGGEPItem * | Add (LPCTSTR pszID) |
CGGEPItem * | Find (LPCTSTR pszID, DWORD nMinLength=0) |
BOOL | ReadFromPacket (CPacket *pPacket) |
BOOL | ReadFromString (LPCTSTR pszData) |
void | Write (CPacket *pPacket) |
void | Write (CString &str) |
Static Public Member Functions | |
static CGGEPBlock * | FromPacket (CPacket *pPacket) |
Public Attributes | |
CGGEPItem * | m_pFirst |
CGGEPItem * | m_pLast |
BYTE * | m_pInput |
DWORD | m_nInput |
Protected Member Functions | |
BOOL | ReadInternal () |
BYTE | ReadByte () |
Friends | |
class | CGGEPItem |
|
Definition at line 39 of file GGEP.cpp. References m_nInput, m_pFirst, m_pInput, m_pLast, and NULL. Referenced by FromPacket(). |
|
Definition at line 47 of file GGEP.cpp. References Clear(). |
|
|
|
Definition at line 55 of file GGEP.cpp. References m_pFirst, m_pLast, CGGEPItem::m_pNext, and NULL. Referenced by Write(), and ~CGGEPBlock(). |
|
Definition at line 86 of file GGEP.cpp. References m_pFirst, CGGEPItem::m_pNext, and NULL. Referenced by CQuerySearch::ReadG1Packet(), CQueryHit::ReadG1Packet(), and CQueryHit::ReadGGEP(). |
|
Definition at line 102 of file GGEP.cpp. References CGGEPBlock(), NULL, and ReadFromPacket(). |
|
Definition at line 170 of file GGEP.cpp. References m_nInput, and m_pInput. Referenced by ReadInternal(). |
|
Definition at line 113 of file GGEP.cpp. References m_nInput, m_pInput, and ReadInternal(). Referenced by FromPacket(), and CQueryHit::ReadGGEP(). |
|
Definition at line 125 of file GGEP.cpp. References m_nInput, m_pInput, and ReadInternal(). Referenced by CQuerySearch::ReadG1Packet(), and CQueryHit::ReadG1Packet(). |
|
Definition at line 136 of file GGEP.cpp. References CGGEPItem, GGEP_HDR_IDLEN, GGEP_HDR_LAST, GGEP_MAGIC, m_nInput, m_pFirst, m_pLast, ReadByte(), and CGGEPItem::ReadFrom(). Referenced by ReadFromPacket(), and ReadFromString(). |
|
Definition at line 196 of file GGEP.cpp. References Clear(), GGEP_MAGIC, m_pFirst, and CGGEPItem::m_pNext. |
|
Definition at line 182 of file GGEP.cpp. References Clear(), GGEP_MAGIC, m_pFirst, CGGEPItem::m_pNext, and CPacket::WriteByte(). |
|
Definition at line 61 of file GGEP.h. Referenced by Add(), and ReadInternal(). |
|
Definition at line 44 of file GGEP.h. Referenced by CGGEPBlock(), ReadByte(), ReadFromPacket(), ReadFromString(), and ReadInternal(). |
|
Definition at line 41 of file GGEP.h. Referenced by Add(), CGGEPBlock(), Clear(), Find(), ReadInternal(), and Write(). |
|
Definition at line 43 of file GGEP.h. Referenced by CGGEPBlock(), ReadByte(), ReadFromPacket(), and ReadFromString(). |
|
Definition at line 42 of file GGEP.h. Referenced by Add(), CGGEPBlock(), Clear(), and ReadInternal(). |