#include <message-buffer.h>
List of all members.
Detailed Description
basic message object (used for incoming and outgoing messages)
Definition at line 52 of file message-buffer.h.
Constructor & Destructor Documentation
netlib::MessageBuffer::~MessageBuffer |
( |
void |
|
) |
throw () [virtual] |
Member Function Documentation
virtual long netlib::MessageBuffer::getBytes |
( |
void |
|
) |
const throw () [pure virtual] |
virtual const char* netlib::MessageBuffer::getData |
( |
void |
|
) |
const throw () [pure virtual] |
virtual bool netlib::MessageBuffer::isClosed |
( |
void |
|
) |
const throw () [pure virtual] |
virtual void netlib::MessageBuffer::reserve |
( |
IN long |
bytes |
) |
[pure virtual] |
virtual void netlib::MessageBuffer::appendData |
( |
IN const char * |
data, |
|
|
IN long |
bytes | |
|
) |
| | [pure virtual] |
virtual void netlib::MessageBuffer::appendToken |
( |
IN const char * |
token |
) |
[pure virtual] |
virtual void netlib::MessageBuffer::close |
( |
void |
|
) |
[pure virtual] |
The documentation for this class was generated from the following files: