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

FileHandleCommandProcessor Class Reference

#include <FileHandleCommandProcessor.h>

Inheritance diagram for FileHandleCommandProcessor::

CommandProcessor BasicObject List of all members.

Public Methods

 FileHandleCommandProcessor ()
FILE * getOutputStream ()

Protected Methods

virtual void init ()
 Subclasses can override this to do their own initialization if they need to. More...

virtual void readCommand (string *input)
virtual void displayResponse (string *output)

Protected Attributes

FILE * m_input
FILE * m_output
string m_prompt

Constructor & Destructor Documentation

FileHandleCommandProcessor::FileHandleCommandProcessor
 


Member Function Documentation

virtual void FileHandleCommandProcessor::displayResponse string * output [protected, virtual]
 

Reimplemented from CommandProcessor.

FILE* FileHandleCommandProcessor::getOutputStream
 

virtual void FileHandleCommandProcessor::init [protected, virtual]
 

Subclasses can override this to do their own initialization if they need to.

Reimplemented from CommandProcessor.

virtual void FileHandleCommandProcessor::readCommand string * input [protected, virtual]
 

Reimplemented from CommandProcessor.


Member Data Documentation

FILE* FileHandleCommandProcessor::m_input [protected]
 

Definition at line 19 of file FileHandleCommandProcessor.h.

FILE* FileHandleCommandProcessor::m_output [protected]
 

Definition at line 20 of file FileHandleCommandProcessor.h.

string FileHandleCommandProcessor::m_prompt [protected]
 

Definition at line 21 of file FileHandleCommandProcessor.h.


The documentation for this class was generated from the following file:
Generated at Thu Jul 11 13:31:56 2002 for Peekabooty by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001