#include <FileHandleCommandProcessor.h>
Inheritance diagram for FileHandleCommandProcessor::
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 |
|
|
|
Reimplemented from CommandProcessor. |
|
|
|
Subclasses can override this to do their own initialization if they need to.
Reimplemented from CommandProcessor. |
|
Reimplemented from CommandProcessor. |
|
Definition at line 19 of file FileHandleCommandProcessor.h. |
|
Definition at line 20 of file FileHandleCommandProcessor.h. |
|
Definition at line 21 of file FileHandleCommandProcessor.h. |