rshell
1.2
|
Definitions for Command_Element class and its child classes. More...
#include <stdlib.h>
#include <sys/wait.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <iostream>
#include <cstring>
#include <vector>
#include <iterator>
#include <sstream>
#include <stdio.h>
#include "Command_Element.h"
#include "Parse.h"
Macros | |
#define | STDIN 0 |
#define | STDOUT 1 |
Definitions for Command_Element class and its child classes.
The Command_Element base class provides a template for the Command_List, Command_Set and Command child classes.
Contact: bcare 001@ ucr.e 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. }