#include <FastmsgMessage.h>
Inheritance diagram for FastmsgInputStream:
Public Methods | |
FastmsgInputStream (ref< Message > const &_msg) | |
virtual int | read () |
Private Attributes | |
ref<Message> | msg |
int | pos |
int | len |
|
Definition at line 45 of file FastmsgMessage.h. |
|
Reads a single byte out of the message body. Subclasses must override this.
Reimplemented from MPS::InputStream. Definition at line 51 of file FastmsgMessage.h. |
|
Definition at line 42 of file FastmsgMessage.h. |
|
Definition at line 40 of file FastmsgMessage.h. |
|
Definition at line 41 of file FastmsgMessage.h. |