|
theConfig 10.0
|
Classes | |
| class | Lc |
| class | LcConfig |
| LcConfig PACKAGE - the package is the toplevel structure of the cslcconfig … More... | |
| class | LcConfigC |
| LcConfigC - the class known as lccfg or Config define the main-configuration-handle … More... | |
| class | LcSettingC |
| LcSettingC - the class known as lccfs or Setting define a single config-setting … More... | |
| class | LcSetupC |
Enumerations | |
| enum | LcConfigFormatE { DEFAULT = 0 , HEX = 1 } |
| set the format of a LcSettingC … → C-API: LcConfigFormatE More... | |
| enum | LcConfigOptionsEF { NONE = 0x0 , AUTOCONVERT = 0x01 , SEMICOLON_SEPARATORS = 0x02 , COLON_ASSIGNMENT_FOR_GROUPS = 0x04 , COLON_ASSIGNMENT_FOR_NON_GROUPS = 0x08 , OPEN_BRACE_ON_SEPARATE_LINE = 0x10 , ALLOW_SCIENTIFIC_NOTATION = 0x20 , FSYNC = 0x40 , ALLOW_OVERRIDES = 0x80 } |
| define the configuration-option of a LcConfigC … → C-API: LcConfigOptionsEF More... | |
| enum | LcConfigTypeE { NONE = 0 , GROUP = 1 , INT = 2 , INT64 = 3 , FLOAT = 4 , STRING = 5 , BOOL = 6 , ARRAY = 7 , LIST = 8 } |
| define the data-type of a LcSettingC … → C-API: LcConfigTypeE More... | |
| enum | LcErrorE { FALSE = 0 , TRUE = 1 } |
| Signals an error and is used as the return value of a function … → C-API: LcErrorE More... | |
| enum | LcErrorTypeE { NONE = 0 , FILE_IO = 1 , PARSE = 2 } |
| error types → C-API: LcErrorTypeE More... | |
→ C-API: LcConfigFormatE → C-API: LcConfigFormatE
| Enumerator | ||
|---|---|---|
| DEFAULT | 0 | |
| HEX | 1 | |
Definition at line 21 of file liblcconfig.cs.
→ C-API: LcConfigOptionsEF → C-API: LcConfigOptionsEF
Definition at line 27 of file liblcconfig.cs.
→ C-API: LcConfigTypeE → C-API: LcConfigTypeE
| Enumerator | ||
|---|---|---|
| NONE | 0 | |
| GROUP | 1 | |
| INT | 2 | |
| INT64 | 3 | |
| FLOAT | 4 | |
| STRING | 5 | |
| BOOL | 6 | |
| ARRAY | 7 | |
| LIST | 8 | |
Definition at line 40 of file liblcconfig.cs.
| enum cslcconfig.LcErrorE |
→ C-API: LcErrorTypeE → C-API: LcErrorTypeE
| Enumerator | ||
|---|---|---|
| NONE | 0 | |
| FILE_IO | 1 | |
| PARSE | 2 | |
Definition at line 59 of file liblcconfig.cs.