28 #ifndef RSHELL_PARSE_H 29 #define RSHELL_PARSE_H 45 virtual vector<string> parse() = 0;
60 vector<string> parse();
75 vector<string> parse();
116 #endif //RSHELL_PARSE_H
Parses the string passed to the Command structure into command and parameters.
Definition: Parse.h:50
Parses a command string into a vector of strings separated by connectors.
Definition: Parse.h:65
Contains several various parsing techinques to manage bash input.
Definition: Parse.h:80
Definitions for Command_Element class and its child classes.
Base class for Parsing functions not including Parse_Command_Sets.
Definition: Parse.h:41
Base class for Command_List, Command_Set and Command.
Definition: Command_Element.h:44