diff options
author | pixel <pixel> | 2003-02-13 00:17:37 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-02-13 00:17:37 +0000 |
commit | 7b7a18a92ff1e47d1e742874ed2fcfa898ec03f0 (patch) | |
tree | ef213fb8a4bdbcb387c8773a4db6930957795744 /doc/README | |
parent | 0ddf2fc631fe6db08eed31c9a21438e2829ca024 (diff) |
Some modifs...
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. |