|
| PacketInterpreter (const RequestPacket &p, int startpos=0) |
|
template<class T > |
void | get (T &) const |
|
bool | getBool () const |
|
int | getInt () const |
|
float | getFloat () const |
|
double | getDouble () const |
|
BufferString | getString () const |
|
template<class T > |
void | getArr (T *, int maxsz, bool rawmode=false) const |
|
template<class T > |
void | getSet (TypeSet< T > &, int maxsz=-1, bool rawmode=false) const |
|
void | getSet (BufferStringSet &, int maxsz=-1) const |
|
void | move (int nrb) const |
|
void | moveTo (int pos) const |
|
template<class T > |
void | peek (T &) const |
|
int | peekInt () const |
|
void | getBytes (void *, int nrbytes) const |
|
bool | atEndOfPkt () const |
|
template<> |
void | get (BufferString &var) const |
|