rshell
1.2
|
Base class for Parsing functions not including Parse_Command_Sets. More...
#include <Parse.h>
Public Member Functions | |
virtual vector< string > | parse ()=0 |
Protected Attributes | |
string | input |
Base class for Parsing functions not including Parse_Command_Sets.
|
pure virtual |
Stores string input passed to the constructor
Implemented in Parse_Multiple_Commands, and Parse_Single_Command.