Pyrogenesis
13997
|
Functions | |
bool | GetConfigNamespace (std::wstring cfgNsString, EConfigNamespace &cfgNs) |
std::string | GetValue (void *cbdata, std::wstring cfgNsString, std::string name) |
bool | CreateValue (void *cbdata, std::wstring cfgNsString, std::string name, std::string value) |
bool | WriteFile (void *cbdata, std::wstring cfgNsString, Path path) |
bool | Reload (void *cbdata, std::wstring cfgNsString) |
bool | SetFile (void *cbdata, std::wstring cfgNsString, Path path) |
void | RegisterScriptFunctions (ScriptInterface &scriptInterface) |
bool JSI_ConfigDB::CreateValue | ( | void * | cbdata, |
std::wstring | cfgNsString, | ||
std::string | name, | ||
std::string | value | ||
) |
Definition at line 62 of file JSInterface_ConfigDB.cpp.
bool JSI_ConfigDB::GetConfigNamespace | ( | std::wstring | cfgNsString, |
EConfigNamespace & | cfgNs | ||
) |
Definition at line 26 of file JSInterface_ConfigDB.cpp.
std::string JSI_ConfigDB::GetValue | ( | void * | cbdata, |
std::wstring | cfgNsString, | ||
std::string | name | ||
) |
Definition at line 44 of file JSInterface_ConfigDB.cpp.
void JSI_ConfigDB::RegisterScriptFunctions | ( | ScriptInterface & | scriptInterface | ) |
Definition at line 103 of file JSInterface_ConfigDB.cpp.
bool JSI_ConfigDB::Reload | ( | void * | cbdata, |
std::wstring | cfgNsString | ||
) |
Definition at line 83 of file JSInterface_ConfigDB.cpp.
bool JSI_ConfigDB::SetFile | ( | void * | cbdata, |
std::wstring | cfgNsString, | ||
Path | path | ||
) |
Definition at line 93 of file JSInterface_ConfigDB.cpp.
bool JSI_ConfigDB::WriteFile | ( | void * | cbdata, |
std::wstring | cfgNsString, | ||
Path | path | ||
) |
Definition at line 73 of file JSInterface_ConfigDB.cpp.