|
libini_config 0.7.0
|
Enumerations | |
| enum | INI_VA { INI_VA_NOCHECK = 0 , INI_VA_MOD = 1 , INI_VA_MOD_E = 2 , INI_VA_MODADD = 3 , INI_VA_MODADD_E = 4 , INI_VA_CLEAN = 5 , INI_VA_DUPERROR = 6 } |
These flags control the behavior of the add_xxx_value functions. Use these flags to specify how you want to process the key. Do you want the function to replace an existing key? Or may be you want to generate an error when function sees that there is a duplicate key? Or may be you do not want to check anything and just add the key to the section?
Individual values provide more details about use.
| enum INI_VA |