theConfig 10.0
Loading...
Searching...
No Matches
liblcconfig.cs File Reference

tag: nhi1-release-250425 More...

Go to the source code of this file.

Classes

class  cslcconfig.LcSetupC
 
class  cslcconfig.Lc
 

Namespaces

namespace  cslcconfig
 

Enumerations

enum  cslcconfig.LcConfigFormatE { cslcconfig.DEFAULT = 0 , cslcconfig.HEX = 1 }
 set the format of a LcSettingC … → C-API: LcConfigFormatE More...
 
enum  cslcconfig.LcConfigOptionsEF {
  cslcconfig.NONE = 0x0 , cslcconfig.AUTOCONVERT = 0x01 , cslcconfig.SEMICOLON_SEPARATORS = 0x02 , cslcconfig.COLON_ASSIGNMENT_FOR_GROUPS = 0x04 ,
  cslcconfig.COLON_ASSIGNMENT_FOR_NON_GROUPS = 0x08 , cslcconfig.OPEN_BRACE_ON_SEPARATE_LINE = 0x10 , cslcconfig.ALLOW_SCIENTIFIC_NOTATION = 0x20 , cslcconfig.FSYNC = 0x40 ,
  cslcconfig.ALLOW_OVERRIDES = 0x80
}
 define the configuration-option of a LcConfigC … → C-API: LcConfigOptionsEF More...
 
enum  cslcconfig.LcConfigTypeE {
  cslcconfig.NONE = 0 , cslcconfig.GROUP = 1 , cslcconfig.INT = 2 , cslcconfig.INT64 = 3 ,
  cslcconfig.FLOAT = 4 , cslcconfig.STRING = 5 , cslcconfig.BOOL = 6 , cslcconfig.ARRAY = 7 ,
  cslcconfig.LIST = 8
}
 define the data-type of a LcSettingC … → C-API: LcConfigTypeE More...
 
enum  cslcconfig.LcErrorE { cslcconfig.FALSE = 0 , cslcconfig.TRUE = 1 }
 Signals an error and is used as the return value of a function … → C-API: LcErrorE More...
 
enum  cslcconfig.LcErrorTypeE { cslcconfig.NONE = 0 , cslcconfig.FILE_IO = 1 , cslcconfig.PARSE = 2 }
 error types → C-API: LcErrorTypeE More...
 

Detailed Description

tag: nhi1-release-250425

Definition in file liblcconfig.cs.