| addBuffer(const void *pAdr, u_int size) | MemBuf | |
| addBuffer(MemBuf *nmb) | MemBuf | |
| allocBuffer(u_int size) | MemBuf | [protected] |
| crc32Table | MemBuf | [protected, static] |
| find(char c, u_int start=0) | MemBuf | |
| find(MemBuf *smb, u_int start=0) | MemBuf | |
| find(const void *pAdr, u_int size, u_int start=0) | MemBuf | |
| free() | MemBuf | |
| getAt(u_int nIndex) | MemBuf | |
| getBuffer() | MemBuf | |
| getBuffersetLength(u_int newSize) | MemBuf | |
| getLength() | MemBuf | |
| getPart(u_int nStart, u_int nEnd, MemBuf &result) | MemBuf | |
| getPartAsString(u_int nStart, u_int nEnd, MemBuf &result) | MemBuf | |
| getRealLength() | MemBuf | |
| hashCRC(const void *pAdr, u_int nSize) | MemBuf | |
| hashCRC(MemBuf &membuf) | MemBuf | |
| hashMD5(const void *pAdr, u_int nSize) | MemBuf | |
| hashMD5(MemBuf &membuf) | MemBuf | |
| hex(const void *pAdr, u_int nSize) | MemBuf | |
| hex(MemBuf &membuf) | MemBuf | |
| hexCharToNumber(unsigned char c) | MemBuf | |
| hexToData(const void *pAdr, u_int nSize) | MemBuf | |
| intToStr(int i) | MemBuf | |
| intToStr(int i, char *pBufToUse, u_int nBufSize) | MemBuf | |
| isValid() | MemBuf | |
| m_bCanDelete | MemBuf | [protected] |
| m_buffer | MemBuf | [protected] |
| m_nBlockLength | MemBuf | |
| m_nRealSize | MemBuf | [protected] |
| m_nSize | MemBuf | [protected] |
| m_nSizeLimit | MemBuf | |
| MemBuf() | MemBuf | |
| MemBuf(const void *pAdr, u_int size) | MemBuf | |
| MemBuf(const MemBuf &srcBuf) | MemBuf | |
| MemBuf(MemBuf &srcBuf, int bCopy) | MemBuf | |
| operator const void *() | MemBuf | |
| operator+(MemBuf &src) | MemBuf | |
| operator+(const char *src) | MemBuf | |
| operator+=(MemBuf &add) | MemBuf | |
| operator+=(const char *pStr) | MemBuf | |
| operator+=(char c) | MemBuf | |
| operator<<(const char *pSrc) | MemBuf | |
| operator<<(int i) | MemBuf | |
| operator<<(unsigned int i) | MemBuf | |
| operator<<(long i) | MemBuf | |
| operator<<(unsigned long i) | MemBuf | |
| operator<<(char c) | MemBuf | |
| operator<<(unsigned char c) | MemBuf | |
| operator<<(const MemBuf &src) | MemBuf | |
| operator<<(const string &src) | MemBuf | |
| operator=(const MemBuf &src) | MemBuf | |
| operator=(const char *src) | MemBuf | |
| operator[](u_int nIndex) | MemBuf | |
| replace(char what, char by) | MemBuf | |
| setBuffer(const void *pAdr, u_int size) | MemBuf | |
| setExternalBuffer(const void *pAdr, u_int size) | MemBuf | |
| setLength(u_int newSize) | MemBuf | |
| strToInt(const char *pAdr) | MemBuf | |
| strToUint(const char *pAdr) | MemBuf | |
| uintToStr(u_int i) | MemBuf | |
| uintToStr(u_int i, char *pBufToUse, u_int nBufSize) | MemBuf | |
| xIntToStr(u_int i, int bNegative, char *pBufToUse, u_int nBufSize) | MemBuf | |
| xIntToStr(u_int i, int bNegative) | MemBuf | [protected] |
| ~MemBuf() | MemBuf | |