26 private LcConfigC (
long mng,
boolean dummy) {
172 public native
void Log (
MkObjectC fmtobj,
int debug, String callfunc,
int lvl);
181 Log (fmtobj, 0,
null, 0);
186 Log (fmtobj, debug,
null, 0);
191 Log (fmtobj, debug, callfunc, 0);
251 private native
static long CTOR ();
LcConfigC - the class known as lccfg or Config define the main-configuration-handle …
Java: enum LcConfigOptionsEF → C-API
LcSettingC - the class known as lccfs or Setting define a single config-setting …
Java: enum LcErrorTypeE → C-API
static native LcConfigC Instances()
Java: [static] LcConfigC LcConfigC.Instances() → C-API get head-instance from linked-list of LcC...
static native LcConfigC HandleResolve(int netHdl)
Java: [static] LcConfigC LcConfigC.HandleResolve(int netHdl) → C-API Handle-Resolve-Slot - retur...
native LcConfigC Next()
Java: LcConfigC cfg.Next() → C-API get next instance from linked-list of LcConfigS type
static native LcConfigC GetNull()
Java: [static] LcConfigC LcConfigC.GetNull() → C-API Null-Slot - return a LcConfigC typed NULL i...
native LcConfigC Prev()
Java: LcConfigC cfg.Prev() → C-API get previous instance from linked-list of LcConfigS type
native LcErrorTypeE ErrorType()
Java: LcErrorTypeE config.ErrorType() → C-API This function, which is implemented as a macro,...
native LcConfigOptionsEF GetOptions()
Java: LcConfigOptionsEF config.GetOptions() → C-API These functions get and set the options for...
native LcConfigFormatE GetDefaultFormat()
Java: LcConfigFormatE config.GetDefaultFormat() → C-API These functions, which are implemented ...
native String GetIncludeDir()
Java: String config.GetIncludeDir() → C-API ConfigSetIncludeDir specifies the include directory...
native short GetFloatPrecision()
Java: short config.GetFloatPrecision() → C-API Since v1.6 These functions get and set the numbe...
native short GetTabWidth()
Java: short config.GetTabWidth() → C-API These functions, which are implemented as macros,...
native boolean GetOption(LcConfigOptionsEF option)
Java: boolean config.GetOption(LcConfigOptionsEF option) → C-API Since v1.7 These functions get...
native boolean LookupBool(String path)
Java: boolean config.LookupBool(String path) → C-API These functions look up the value of the s...
native double LookupFloat(String path)
Java: double config.LookupFloat(String path) → C-API These functions look up the value of the s...
native String LookupString(String path)
Java: String config.LookupString(String path) → C-API These functions look up the value of the ...
native int LookupInt(String path)
Java: int config.LookupInt(String path) → C-API These functions look up the value of the settin...
native long LookupInt64(String path)
Java: long config.LookupInt64(String path) → C-API These functions look up the value of the set...
native LcSettingC Lookup(String path)
Java: LcSettingC config.Lookup(String path) → C-API This function locates the setting in the co...
native String WriteString()
Java: String cfg.WriteString() → C-API read the entire configuration cfg into the string val_ou...
native void ReadFile(String filename)
Java: config.ReadFile(String filename) → C-API This function reads and parses a configuration f...
void Log(MkObjectC fmtobj, int debug)
Java: cfg.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native void WriteFile(String filename)
Java: config.WriteFile(String filename) → C-API This function writes the configuration config t...
void Log(MkObjectC fmtobj, int debug, String callfunc)
Java: cfg.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
void Log()
Java: cfg.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native void ReadString(String str)
Java: config.ReadString(String str) → C-API This function reads and parses a configuration from...
void Log(MkObjectC fmtobj)
Java: cfg.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native void Log(MkObjectC fmtobj, int debug, String callfunc, int lvl)
Java: cfg.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?...
native LcSettingC RootSetting()
Java: LcSettingC config.RootSetting() → C-API This function, which is implemented as a macro,...
native void Clear()
Java: config.Clear() → C-API Since v1.7 This function clears the configuration config …
native void SetIncludeFunc(LcConfigIncludeIF fConfigIncludeData)
Java: cfg.SetIncludeFunc(?LcConfigIncludeIF fConfigIncludeData = null?) → C-API set the __parse...
native void SetIncludeDir(String include_dir)
Java: config.SetIncludeDir(String include_dir) → C-API ConfigSetIncludeDir specifies the includ...
native void SetFloatPrecision(short digits)
Java: config.SetFloatPrecision(short digits) → C-API Since v1.6 These functions get and set the...
native void SetOptions(LcConfigOptionsEF options)
Java: config.SetOptions(LcConfigOptionsEF options) → C-API These functions get and set the opti...
native void SetSettingDeleteFunc(LcSettingDeleteIF fSettingDeleteData)
Java: cfg.SetSettingDeleteFunc(?LcSettingDeleteIF fSettingDeleteData = null?) → C-API set the c...
native void SetDefaultFormat(LcConfigFormatE format)
Java: config.SetDefaultFormat(LcConfigFormatE format) → C-API These functions,...
native void SetTabWidth(short width)
Java: config.SetTabWidth(short width) → C-API These functions, which are implemented as macros,...
native void SetOption(LcConfigOptionsEF option, boolean flag)
Java: config.SetOption(LcConfigOptionsEF option, boolean flag) → C-API Since v1....
static native LcConfigC Create()
Java: [constructor,static] LcConfigC LcConfigC.Create() → C-API create a LcConfigC instance …
LcConfigC()
Java: [constructor,static] LcConfigC LcConfigC.Create() → C-API create a LcConfigC instance …
static void Setup()
Java: [static] Setup() → C-API setup jvlcconfig internal memory …