rshell  1.2
Parse.h File Reference

Definitions for Parse class and its child classes. More...

#include <string>
#include <vector>
#include "Command_Element.h"

Go to the source code of this file.

Classes

class  Parse
 Base class for Parsing functions not including Parse_Command_Sets. More...
 
class  Parse_Single_Command
 Parses the string passed to the Command structure into command and parameters. More...
 
class  Parse_Multiple_Commands
 Parses a command string into a vector of strings separated by connectors. More...
 
class  Parse_Command_Sets
 Contains several various parsing techinques to manage bash input. More...
 

Detailed Description

Definitions for Parse class and its child classes.

The Parse base class provides a template for the Parse_Single_Command, Parse_Multi_Command, and Parse_Command_Sets.

Author
Braddley Carey
Version
1.0
Date
2016/05/13

Contact: bcare.nosp@m.001@.nosp@m.ucr.e.nosp@m.du

Created on: 01MAY16

{ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. }