Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

InTextMessage Class Reference

A text stream from a message queue. More...

#include <InMessage.h>

Inheritance diagram for InTextMessage:

Inheritance graph
[legend]
Collaboration diagram for InTextMessage:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 InTextMessage (MessageQueueBase *q)
 Constructor.

void readAll (char *buf)
 Reads the complete stream into a character buffer rechanging the escaped characters.


Detailed Description

A text stream from a message queue.

Definition at line 83 of file InMessage.h.


Constructor & Destructor Documentation

InTextMessage::InTextMessage MessageQueueBase q  ) 
 

Constructor.

Parameters:
q A pointer to the message queue base

Definition at line 42 of file InMessage.cpp.

References InMessageQueue::open().

Here is the call graph for this function:


Member Function Documentation

void InTextMessage::readAll char *  buf  ) 
 

Reads the complete stream into a character buffer rechanging the escaped characters.

Parameters:
buf The buffer to fill. Note that buf must point to a memory area that is large enough to carry the whole string.

Definition at line 47 of file InMessage.cpp.

References InMessageQueue::getEof(), and InText::nextChar().

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated on Thu Sep 23 20:08:53 2004 for GT2004 by doxygen 1.3.6