Quash Shell  0.1
A simple yet powerfull shell program
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CCDCommandCommand to change directories
 CCommandMake all command types the same size and interchangeable
 CCommandHolderContains information about the properties of the command
 CExampleA data structure generated by IMPLEMENT_DEQUE_STRUCT() to store the state of a deque
 CExportCommandCommand to set environment variables
 CGenericCommandCommands that take any number of arguments and are not built into Quash
 CKillCommandCommand to kill a process based on it's job id
 CMemoryPoolHolds a block of memory that can be used for allocations
 CQuashStateHolds information about the state and environment Quash is running in
 CRedirectIntermediate parsing structure used to determine the final configuration of the redirects in a command
 CSimpleCommandA command which has no arguments