libini_config 0.5.0
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 }

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.

 All Data Structures Variables