icedb
version 0.5.1
Snow particle scattering database API
|
Variables | |
std::mutex | m_sys_names |
std::string | hostname |
std::string | username |
std::string | homeDir |
std::string | appConfigDir |
std::string | moduleCallbackBuffer |
std::string | libDir |
std::string | libPath |
std::string | appDir |
std::string | appPath |
std::string | CWD |
std::string | pluginDir |
bool | _consoleTerminated = false |
std::vector< std::pair< std::string, std::string > > | loadedModulesList |
bool | doWaitOnExit = false |
Private flag that determines if the app waits for the user to press 'Enter' to terminate it at the end of execution. More... | |
bool | doWaitOnExitQueriedDefault = false |
std::map< std::string, std::string > | mmods |
bool icedb::os_functions::vars::_consoleTerminated = false |
Definition at line 54 of file os_functions.cpp.
Referenced by ICEDB_libExit().
std::string icedb::os_functions::vars::appConfigDir |
Definition at line 50 of file os_functions.cpp.
Referenced by ICEDB_getAppConfigDir(), and icedb::os_functions::populateOSstrings().
std::string icedb::os_functions::vars::appDir |
Definition at line 50 of file os_functions.cpp.
Referenced by icedb::os_functions::getAppDir(), ICEDB_getAppDir(), ICEDB_getAppDirC(), and ICEDB_getAppDirI().
std::string icedb::os_functions::vars::appPath |
Definition at line 50 of file os_functions.cpp.
Referenced by icedb::os_functions::getAppPath(), ICEDB_getAppDirI(), ICEDB_getAppPath(), and ICEDB_getAppPathC().
std::string icedb::os_functions::vars::CWD |
Definition at line 50 of file os_functions.cpp.
Referenced by icedb::os_functions::getCWD(), ICEDB_getCWD(), ICEDB_getCWDC(), and ICEDB_getCWDI().
bool icedb::os_functions::vars::doWaitOnExit = false |
Private flag that determines if the app waits for the user to press 'Enter' to terminate it at the end of execution.
Definition at line 58 of file os_functions.cpp.
Referenced by ICEDB_waitOnExitGet(), and ICEDB_waitOnExitSet().
bool icedb::os_functions::vars::doWaitOnExitQueriedDefault = false |
Definition at line 59 of file os_functions.cpp.
Referenced by ICEDB_waitOnExitGet(), and ICEDB_waitOnExitSet().
std::string icedb::os_functions::vars::homeDir |
Definition at line 50 of file os_functions.cpp.
Referenced by ICEDB_getHomeDir(), and icedb::os_functions::populateOSstrings().
std::string icedb::os_functions::vars::hostname |
Definition at line 50 of file os_functions.cpp.
Referenced by ICEDB_getHostName(), and icedb::os_functions::populateOSstrings().
std::string icedb::os_functions::vars::libDir |
Definition at line 50 of file os_functions.cpp.
Referenced by icedb::os_functions::getLibDir(), ICEDB_getLibDir(), ICEDB_getLibDirC(), ICEDB_getLibDirI(), and ICEDB_getPluginDirI().
std::string icedb::os_functions::vars::libPath |
Definition at line 50 of file os_functions.cpp.
Referenced by icedb::os_functions::getLibPath(), ICEDB_getLibDirI(), ICEDB_getLibPath(), and ICEDB_getLibPathC().
std::vector<std::pair<std::string, std::string> > icedb::os_functions::vars::loadedModulesList |
Definition at line 56 of file os_functions.cpp.
std::mutex icedb::os_functions::vars::m_sys_names |
Definition at line 49 of file os_functions.cpp.
Referenced by ICEDB_waitOnExitGet(), ICEDB_waitOnExitSet(), and icedb::os_functions::populateOSstrings().
std::map<std::string, std::string> icedb::os_functions::vars::mmods |
Definition at line 60 of file os_functions.cpp.
Referenced by ICEDB_enumModules().
std::string icedb::os_functions::vars::moduleCallbackBuffer |
Definition at line 50 of file os_functions.cpp.
Referenced by ICEDB_enumModules().
std::string icedb::os_functions::vars::pluginDir |
Definition at line 50 of file os_functions.cpp.
Referenced by icedb::os_functions::getPluginDir(), ICEDB_getPluginDir(), ICEDB_getPluginDirC(), and ICEDB_getPluginDirI().
std::string icedb::os_functions::vars::username |
Definition at line 50 of file os_functions.cpp.
Referenced by ICEDB_getUserName(), and icedb::os_functions::populateOSstrings().