LcConfigC - various functions to perform misc operations … More...
Functions | |
native LcSettingC | jvlcconfig.LcConfigC.RootSetting () |
Java: → C-API This function, which is implemented as a macro, returns the root setting for the configuration config … | |
native void | jvlcconfig.LcConfigC.Clear () |
Java: → C-API Since v1.7 This function clears the configuration config … | |
native void | jvlcconfig.LcConfigC.Log (MkObjectC fmtobj, int debug, String callfunc, int lvl) |
Java: → C-API log the config … | |
void | jvlcconfig.LcConfigC.Log () |
Java: → C-API log the config … | |
void | jvlcconfig.LcConfigC.Log (MkObjectC fmtobj) |
Java: → C-API log the config … | |
void | jvlcconfig.LcConfigC.Log (MkObjectC fmtobj, int debug) |
Java: → C-API log the config … | |
void | jvlcconfig.LcConfigC.Log (MkObjectC fmtobj, int debug, String callfunc) |
Java: → C-API log the config … | |
native void | jvlcconfig.LcConfigC.ReadFile (String filename) |
Java: → C-API This function reads and parses a configuration from the file named filename into the configuration object config … | |
native void | jvlcconfig.LcConfigC.ReadString (String str) |
Java: → C-API This function reads and parses a configuration from the string str into the configuration object config … | |
native void | jvlcconfig.LcConfigC.WriteFile (String filename) |
Java: → C-API This function writes the configuration config to the file named filename … | |
native String | jvlcconfig.LcConfigC.WriteString () |
Java: → C-API read the entire configuration cfg into the string val_out … | |
JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcConfigC_RootSetting (JNIEnv *env, jobject self) |
Java: → C-API This function, which is implemented as a macro, returns the root setting for the configuration config … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcConfigC_Clear (JNIEnv *env, jobject self) |
Java: → C-API Since v1.7 This function clears the configuration config … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcConfigC_Log (JNIEnv *env, jobject self, jobject fmtobj, jint debug, jstring callfunc, jint lvl) |
Java: → C-API log the config … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcConfigC_ReadFile (JNIEnv *env, jobject self, jstring filename) |
Java: → C-API This function reads and parses a configuration from the file named filename into the configuration object config … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcConfigC_ReadString (JNIEnv *env, jobject self, jstring str) |
Java: → C-API This function reads and parses a configuration from the string str into the configuration object config … | |
JNIEXPORT void JNICALL | Java_jvlcconfig_LcConfigC_WriteFile (JNIEnv *env, jobject self, jstring filename) |
Java: → C-API This function writes the configuration config to the file named filename … | |
JNIEXPORT jstring JNICALL | Java_jvlcconfig_LcConfigC_WriteString (JNIEnv *env, jobject self) |
Java: → C-API read the entire configuration cfg into the string val_out … | |
LcConfigC - various functions to perform misc operations …
native void jvlcconfig.LcConfigC.Clear | ( | ) |
Java:
→ C-API config.Clear()
Since v1.7 This function clears the configuration config …
JNIEXPORT void JNICALL Java_jvlcconfig_LcConfigC_Clear | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API config.Clear()
Since v1.7 This function clears the configuration config …
Definition at line 359 of file LcConfigC_jv.c.
JNIEXPORT void JNICALL Java_jvlcconfig_LcConfigC_Log | ( | JNIEnv * | env, |
jobject | self, | ||
jobject | fmtobj, | ||
jint | debug, | ||
jstring | callfunc, | ||
jint | lvl ) |
Java:
→ C-API cfg.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the config …
Definition at line 369 of file LcConfigC_jv.c.
JNIEXPORT void JNICALL Java_jvlcconfig_LcConfigC_ReadFile | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | filename ) |
Java:
→ 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 389 of file LcConfigC_jv.c.
JNIEXPORT void JNICALL Java_jvlcconfig_LcConfigC_ReadString | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | str ) |
Java:
→ 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 403 of file LcConfigC_jv.c.
JNIEXPORT jobject JNICALL Java_jvlcconfig_LcConfigC_RootSetting | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API LcSettingC config.RootSetting()
This function, which is implemented as a macro, returns the root setting for the configuration config …
Definition at line 345 of file LcConfigC_jv.c.
JNIEXPORT void JNICALL Java_jvlcconfig_LcConfigC_WriteFile | ( | JNIEnv * | env, |
jobject | self, | ||
jstring | filename ) |
Java:
→ C-API config.WriteFile(String filename)
This function writes the configuration config to the file named filename …
Definition at line 417 of file LcConfigC_jv.c.
JNIEXPORT jstring JNICALL Java_jvlcconfig_LcConfigC_WriteString | ( | JNIEnv * | env, |
jobject | self ) |
Java:
→ C-API String cfg.WriteString()
read the entire configuration cfg into the string val_out …
Definition at line 433 of file LcConfigC_jv.c.
void jvlcconfig.LcConfigC.Log | ( | ) |
Java:
→ C-API cfg.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the config …
Definition at line 178 of file LcConfigC.java.
void jvlcconfig.LcConfigC.Log | ( | MkObjectC | fmtobj | ) |
Java:
→ C-API cfg.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the config …
Definition at line 183 of file LcConfigC.java.
void jvlcconfig.LcConfigC.Log | ( | MkObjectC | fmtobj, |
int | debug ) |
Java:
→ C-API cfg.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the config …
Definition at line 188 of file LcConfigC.java.
void jvlcconfig.LcConfigC.Log | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc ) |
Java:
→ C-API cfg.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the config …
Definition at line 193 of file LcConfigC.java.
native void jvlcconfig.LcConfigC.Log | ( | MkObjectC | fmtobj, |
int | debug, | ||
String | callfunc, | ||
int | lvl ) |
Java:
→ C-API cfg.Log(?MkObjectC fmtobj = null?, ?int debug = 0?, ?String callfunc = null?, ?int lvl = 0?)
log the config …
native void jvlcconfig.LcConfigC.ReadFile | ( | String | filename | ) |
Java:
→ C-API config.ReadFile(String filename)
This function reads and parses a configuration from the file named filename into the configuration object config …
native void jvlcconfig.LcConfigC.ReadString | ( | String | str | ) |
Java:
→ C-API config.ReadString(String str)
This function reads and parses a configuration from the string str into the configuration object config …
native LcSettingC jvlcconfig.LcConfigC.RootSetting | ( | ) |
Java:
→ C-API LcSettingC config.RootSetting()
This function, which is implemented as a macro, returns the root setting for the configuration config …
native void jvlcconfig.LcConfigC.WriteFile | ( | String | filename | ) |
Java:
→ C-API config.WriteFile(String filename)
This function writes the configuration config to the file named filename …
native String jvlcconfig.LcConfigC.WriteString | ( | ) |
Java:
→ C-API String cfg.WriteString()
read the entire configuration cfg into the string val_out …