IniFile
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cptl::ATDVListAbstract 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::AVDVListBase class for void-pointer lists
 Cptl::VDVListA void-pointer list
 Ceut::BlobThis class allows to edit a blob (insert, copy, search etc.).
 Cptl::DVElementElement of double linked lists
 Cstd::exceptionSTL class
 Cstd::runtime_errorSTL class
 Ceut::ErrorNExceptionThis exception class has an integer attribute for an error number in addition to the message.
 Cini::FileAn INI file contains information for programs
 Cini::LineIs a comment line, but also superclass for Section and Key.
 Cini::KeyA variable with value possibly also in a section like "Pixel=1024". Variable and value are separated by a "=".
 Cini::SectionA section can only appear once in an INI file, is enclosed in square brackets and usually has variables with values.
 Cini::LineFactoryThis class turns lines of an INI file into objects of the types Line, Section or Key.