Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
.INI file support

Classes

class  elm::ini::Exception
 
class  elm::ini::Section
 
class  elm::ini::File
 

Detailed Description

This module provides minimal implementation for loading ".INI" files as found on MS systems. A File content is obtained using one of the elm::ini::load() function. They can be explored by Section and in each section, the values associated with key can be examined and possibly converted in integer or lists.

Notice that key/values outside of a section is put in a section named "".