#include <CommandParser.h>
Inheritance diagram for CommandParser::
Public Methods | |
CommandParser (CommandProcessor *) | |
virtual | ~CommandParser () |
virtual Command * | parse (string input)=0 |
Protected Attributes | |
CommandProcessor * | m_commandProcessor |
|
Definition at line 3 of file CommandParser.cpp. |
|
Definition at line 12 of file CommandParser.h. |
|
Reimplemented in CliParser, HttpTestInterfaceParser, and ProxyParser. Referenced by CommandProcessor::processCommands().
|
|
Definition at line 15 of file CommandParser.h. |