#include <socketbuffer.h>
Inheritance diagram for log4cplus::helpers::SocketBuffer:
Public Member Functions | |
SocketBuffer (size_t max) | |
SocketBuffer (const SocketBuffer &rhs) | |
~SocketBuffer () | |
SocketBuffer & | operator= (const SocketBuffer &rhs) |
char * | getBuffer () const |
size_t | getMaxSize () const |
size_t | getSize () const |
void | setSize (size_t s) |
size_t | getPos () const |
unsigned char | readByte () |
unsigned short | readShort () |
unsigned int | readInt () |
tstring | readString (unsigned char sizeOfChar) |
void | appendByte (unsigned char val) |
void | appendShort (unsigned short val) |
void | appendInt (unsigned int val) |
void | appendSize_t (size_t val) |
void | appendString (const tstring &str) |
void | appendBuffer (const SocketBuffer &buffer) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 39 of file socketbuffer.h. |
|
Definition at line 40 of file socketbuffer.h. |
|
Definition at line 43 of file socketbuffer.h. |
|
Definition at line 41 of file socketbuffer.h. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 42 of file socketbuffer.h. |