| 
    rshell
    1.2
    
   | 
 
| ▼CCommand_Element | Base class for Command_List, Command_Set and Command | 
| CCommand | Instantiated by Command_Set or Command_List to run user defined single commands | 
| CCommand_List | |
| CCommand_Set | Instantiated by Command_List iff user input is linked commands by && || or ; | 
| ▼CParse | Base class for Parsing functions not including Parse_Command_Sets | 
| CParse_Multiple_Commands | Parses a command string into a vector of strings separated by connectors | 
| CParse_Single_Command | Parses the string passed to the Command structure into command and parameters | 
| CParse_Command_Sets | Contains several various parsing techinques to manage bash input |