diff options
Diffstat (limited to 'doc/README')
| -rw-r--r-- | doc/README | 4 | 
1 files changed, 3 insertions, 1 deletions
| @@ -20,14 +20,17 @@ I've classified the classes:   o  Low level:  Base       - Override memory allocations routines.  Exception  - Declines a few exceptions classes. +Main       - To encapsulate the main() routine.  String     - A mere fool-prof String class.  Regex      - A class to compile and test regexes.  Variables  - A class that can store a variables table.   o  Middle level:  Handle     - Encapsulate basic handles functions, has to be derivated: +  Archive  - Special thing to handle archives transparantly.    Input    - Open a file for input.    Output   - Open a file for output. +  Image    - Build a framebuffer to write down a TGA file.    Buffer   - A virtual handle that reads and writes in memory. Foolproof.    InPipe   - A pipe that redirect stdout.    OutPipe  - A pipe that redirect stdin. @@ -47,7 +50,6 @@ Action     - Actions from the Http server, has to be derivated:    Message  - Display a simple message window.    Table    - To show a table. -  There is also general objects that can be used:  Stdio  - An input handle to read from stdio.  Stdout - An output handle to write to stdout. | 
