Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

FastmsgInputStream Class Reference

#include <FastmsgMessage.h>

Inheritance diagram for FastmsgInputStream:

Inheritance graph
[legend]
Collaboration diagram for FastmsgInputStream:

Collaboration graph
[legend]
List of all members.

Public Methods

 FastmsgInputStream (ref< Message > const &_msg)
virtual int read ()

Private Attributes

ref<Message> msg
int pos
int len

Constructor & Destructor Documentation

FastmsgInputStream::FastmsgInputStream ( ref< Message > const & _msg ) [inline]
 

Definition at line 45 of file FastmsgMessage.h.


Member Function Documentation

int FastmsgInputStream::read ( ) [inline, virtual]
 

Reads a single byte out of the message body.

Subclasses must override this.

Returns:
the byte read

Reimplemented from MPS::InputStream.

Definition at line 51 of file FastmsgMessage.h.


Member Data Documentation

int FastmsgInputStream::len [private]
 

Definition at line 42 of file FastmsgMessage.h.

ref<Message> FastmsgInputStream::msg [private]
 

Definition at line 40 of file FastmsgMessage.h.

int FastmsgInputStream::pos [private]
 

Definition at line 41 of file FastmsgMessage.h.


The documentation for this class was generated from the following file:
Generated at Wed Aug 15 01:05:27 2001 for mps-cpp by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001