libini_config 0.6.2
Loading...
Searching...
No Matches
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

◆ augmode

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.