libini_config  0.6.1
 All Data Structures Functions Variables Enumerations Enumerator Groups Pages
Data Structures | Enumerations
Constants and structures related to augmentation.

Data Structures

struct  access_check
 

Enumerations

enum  augmode { INI_AUG_ANY = 0, INI_AUG_ADD = 1, INI_AUG_OVER = 2 }
 

Detailed Description

Enumeration Type Documentation

enum augmode

Enumeration of augmentation modes.

Enumerator
INI_AUG_ANY 

Allow any augmentation.

INI_AUG_ADD 

Allow only new sections.

INI_AUG_OVER 

Allow section updates.