libini_config  0.6.1
Modules
Flags that define collision resolution logic.

Modules

 Colliding values come from one section
 Flags that define collision resolution logic for values in the same section. These flags should be used during parsing to handle duplicate keys in the same section of the ini file.
 
 Colliding values come from two sections
 Flags that define collision resolution logic between two values that come from two sections with the same name. These flags should be used during parsing to handle duplicate keys coming from the same section scattered across the ini file. These flags also can be used to specify the rules of merging values that come from two different configuration files.
 
 Collision in two sections
 Flags that define collision resolution logic between two sections. These flags should be used during parsing to handle duplicate sections scattered across the ini file. These flags also can be used to specify the rules of merging sections that come from two different configuration files.
 

Detailed Description