libini_config
0.2.91
|
Macros | |
#define | ERR_LONGDATA 1 |
Line is too long (Error). | |
#define | ERR_NOCLOSESEC 2 |
No closing bracket in section definition (Error). | |
#define | ERR_NOSECTION 3 |
Section name is missing (Error). | |
#define | ERR_SECTIONLONG 4 |
Section name too long (Error). | |
#define | ERR_NOEQUAL 5 |
No equal sign (Error). | |
#define | ERR_NOKEY 6 |
No key before equal sign (Error). | |
#define | ERR_LONGKEY 7 |
Key is too long (Error). | |
#define | ERR_READ 8 |
Failed to read line (Error). | |
#define | ERR_SPACE 9 |
Line starts with space when it should not (Error). | |
#define | ERR_MAXPARSE ERR_SPACE |
Size of the error array. | |
#define | ERR_LONGDATA 1 |
Line is too long (Error). | |
#define | ERR_NOCLOSESEC 2 |
No closing bracket in section definition (Error). | |
#define | ERR_NOSECTION 3 |
Section name is missing (Error). | |
#define | ERR_SECTIONLONG 4 |
Section name too long (Error). | |
#define | ERR_NOEQUAL 5 |
No equal sign (Error). | |
#define | ERR_NOKEY 6 |
No key before equal sign (Error). | |
#define | ERR_LONGKEY 7 |
Key is too long (Error). | |
#define | ERR_READ 8 |
Failed to read line (Error). | |
#define | ERR_SPACE 9 |
Line starts with space when it should not (Error). | |
#define | ERR_DUPKEY 10 |
Duplicate key is not allowed (Error). | |
#define | ERR_DUPKEYSEC 11 |
Duplicate key is detected while merging sections (Error). | |
#define | ERR_DUPSECTION 12 |
Duplicate section is not allowed (Error). | |
#define | ERR_MAXPARSE ERR_DUPSECTION |
Size of the error array. | |