LcConfigC - various functions to perform misc operations … More...
Collaboration diagram for LcConfigC_Misc_JV_API: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 356 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 366 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 386 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 400 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 342 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 414 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 430 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 175 of file LcConfigC.java.
Here is the caller graph for this function:| 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 180 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 185 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 190 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 …