Go to the graphical class hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
▼Cptl::ATDVList | Abstract superclass for template lists that include a pointer to objects or objects as copies in the list. |
Cptl::TDVList< ini::Line > | |
Cptl::TDVList< T_DATA > | Template list class for pointers to objects |
▼Cptl::AVDVList | Base class for void-pointer lists |
Cptl::VDVList | A void-pointer list |
Ceut::Blob | This class allows to edit a blob (insert, copy, search etc.). |
Cptl::DVElement | Element of double linked lists |
▼Cstd::exception | STL class |
▼Cstd::runtime_error | STL class |
Ceut::ErrorNException | This exception class has an integer attribute for an error number in addition to the message. |
Cini::File | An INI file contains information for programs |
▼Cini::Line | Is a comment line, but also superclass for Section and Key. |
Cini::Key | A variable with value possibly also in a section like "Pixel=1024". Variable and value are separated by a "=". |
Cini::Section | A section can only appear once in an INI file, is enclosed in square brackets and usually has variables with values. |
Cini::LineFactory | This class turns lines of an INI file into objects of the types Line, Section or Key. |