Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
.INI file support

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. More...

Classes

class  Exception
 
class  Section
 
class  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 "".