Public Methods
Public Static Methods
Public Members
Protected Methods
long _dataPacketCount ()
| _dataPacketCount |
[static]
the amount of active data packets (memory leak debugging only)
| GenericDataChannel * channel
| channel |
void ensureCapacity (int capacity)
| ensureCapacity |
[pure virtual]
ensureCapactity ensures that there is room for at least capacity
Elements in the packet. This is implemented destructive - that
means: you may not find your old contents in the packet after
calling ensureCapacity
void read (Buffer& stream)
| read |
[pure virtual]
read/write write the contents of the packet. Read will also
automatically ensure that capacity is adapted before reading.
void write (Buffer& stream)
| write |
[pure virtual]
useCount is to be set from sendPacket
inline void processed ()
| processed |
~GenericDataPacket ()
| ~GenericDataPacket |
[virtual]
GenericDataPacket (GenericDataChannel *channel)
| GenericDataPacket |
[protected]
| Generated by: stefan on stefan on Sat Jun 2 23:13:28 2001, using kdoc 2.0a53. |