Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
| ▼Neut | |
| CBlob | This class allows to edit a blob (insert, copy, search etc.). |
| CErrorNException | This exception class has an integer attribute for an error number in addition to the message. |
| ▼Nini | |
| CFile | An INI file contains information for programs |
| CKey | A variable with value possibly also in a section like "Pixel=1024". Variable and value are separated by a "=". |
| CLine | Is a comment line, but also superclass for Section and Key. |
| CLineFactory | This class turns lines of an INI file into objects of the types Line, Section or Key. |
| CSection | A section can only appear once in an INI file, is enclosed in square brackets and usually has variables with values. |
| ▼Nptl | |
| CATDVList | Abstract superclass for template lists that include a pointer to objects or objects as copies in the list. |
| CAVDVList | Base class for void-pointer lists |
| CDVElement | Element of double linked lists |
| CTDVList | Template list class for pointers to objects |
| CVDVList | A void-pointer list |