LcConfigC - various functions to perform misc operations … More...
Collaboration diagram for LcConfigC_Misc_CS_API:Functions | |
| LcSettingC | cslcconfig.LcConfigC.RootSetting () |
C#: → C-API This function, which is implemented as a macro, returns the root setting for the configuration config … | |
| void | cslcconfig.LcConfigC.Clear () |
C#: → C-API Since v1.7 This function clears the configuration config … | |
| new void | cslcconfig.LcConfigC.Log (MkObjectC fmtobj=null, int debug=0, [CallerMemberName]string callfunc=null, int lvl=0) |
C#: → C-API log the config … | |
| void | cslcconfig.LcConfigC.ReadFile (string filename) |
C#: → C-API This function reads and parses a configuration from the file named filename into the configuration object config … | |
| void | cslcconfig.LcConfigC.ReadString (string str) |
C#: → C-API This function reads and parses a configuration from the string str into the configuration object config … | |
| void | cslcconfig.LcConfigC.WriteFile (string filename) |
C#: → C-API This function writes the configuration config to the file named filename … | |
| string | cslcconfig.LcConfigC.WriteString () |
C#: → C-API read the entire configuration cfg into the string val_out … | |
LcConfigC - various functions to perform misc operations …
|
inline |
C#: → C-API config.Clear()
Since v1.7 This function clears the configuration config …
Definition at line 303 of file LcConfigC.cs.
|
inline |
C#: → C-API cfg.Log(MkObjectC fmtobj = null, int debug = 0, [CallerMemberName]string callfunc = null, int lvl = 0)
log the config …
Definition at line 308 of file LcConfigC.cs.
|
inline |
C#: → C-API config.ReadFile(string filename)
This function reads and parses a configuration from the file named filename into the configuration object config …
Definition at line 317 of file LcConfigC.cs.
|
inline |
C#: → C-API config.ReadString(string str)
This function reads and parses a configuration from the string str into the configuration object config …
Definition at line 325 of file LcConfigC.cs.
|
inline |
C#: → C-API LcSettingC config.RootSetting()
This function, which is implemented as a macro, returns the root setting for the configuration config …
Definition at line 295 of file LcConfigC.cs.
|
inline |
C#: → C-API config.WriteFile(string filename)
This function writes the configuration config to the file named filename …
Definition at line 333 of file LcConfigC.cs.
|
inline |
C#: → C-API string cfg.WriteString()
read the entire configuration cfg into the string val_out …
Definition at line 343 of file LcConfigC.cs.