icedb
version 0.5.1
Snow particle scattering database API
|
Namespaces | |
unix | |
vars | |
win | |
Functions | |
bool | populateOSstrings () |
bool | pidExists (int pid) |
int | getPID () |
int | getPPID (int pid) |
void | libEntry (int argc, char **argv) |
void | waitOnExit (bool val) |
bool | waitOnExit () |
const char * | getUserName () |
const char * | getHostName () |
const char * | getAppConfigDir () |
const char * | getHomeDir () |
const char * | getLibDir () |
const char * | getAppDir () |
const char * | getPluginDir () |
const char * | getLibPath () |
const char * | getAppPath () |
const char * | getCWD () |
DL_ICEDB const char * icedb::os_functions::getAppConfigDir | ( | ) |
Definition at line 946 of file os_functions.cpp.
References ICEDB_getAppConfigDir().
DL_ICEDB const char * icedb::os_functions::getAppDir | ( | ) |
Definition at line 949 of file os_functions.cpp.
References icedb::os_functions::vars::appDir, and ICEDB_getAppDirI().
DL_ICEDB const char * icedb::os_functions::getAppPath | ( | ) |
Definition at line 952 of file os_functions.cpp.
References icedb::os_functions::vars::appPath, and ICEDB_getAppDirI().
DL_ICEDB const char * icedb::os_functions::getCWD | ( | ) |
Definition at line 953 of file os_functions.cpp.
References icedb::os_functions::vars::CWD, and ICEDB_getCWDI().
DL_ICEDB const char * icedb::os_functions::getHomeDir | ( | ) |
Definition at line 947 of file os_functions.cpp.
References ICEDB_getHomeDir().
DL_ICEDB const char * icedb::os_functions::getHostName | ( | ) |
Definition at line 945 of file os_functions.cpp.
References ICEDB_getHostName().
DL_ICEDB const char * icedb::os_functions::getLibDir | ( | ) |
Definition at line 948 of file os_functions.cpp.
References ICEDB_getLibDirI(), and icedb::os_functions::vars::libDir.
DL_ICEDB const char * icedb::os_functions::getLibPath | ( | ) |
Definition at line 951 of file os_functions.cpp.
References ICEDB_getLibDirI(), and icedb::os_functions::vars::libPath.
DL_ICEDB int icedb::os_functions::getPID | ( | ) |
Definition at line 939 of file os_functions.cpp.
References ICEDB_getPID().
Referenced by ICEDB_enumModules().
DL_ICEDB const char * icedb::os_functions::getPluginDir | ( | ) |
Definition at line 950 of file os_functions.cpp.
References ICEDB_getPluginDirI(), and icedb::os_functions::vars::pluginDir.
DL_ICEDB int icedb::os_functions::getPPID | ( | int | pid | ) |
Definition at line 940 of file os_functions.cpp.
References ICEDB_getPPID().
DL_ICEDB const char * icedb::os_functions::getUserName | ( | ) |
Definition at line 944 of file os_functions.cpp.
References ICEDB_getUserName().
DL_ICEDB void icedb::os_functions::libEntry | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 941 of file os_functions.cpp.
References ICEDB_libEntry().
DL_ICEDB bool icedb::os_functions::pidExists | ( | int | pid | ) |
Definition at line 938 of file os_functions.cpp.
References ICEDB_pidExists().
bool icedb::os_functions::populateOSstrings | ( | ) |
Definition at line 265 of file os_functions.cpp.
References icedb::os_functions::vars::appConfigDir, icedb::os_functions::vars::homeDir, icedb::os_functions::vars::hostname, ICEDB_error_context_add_string2, ICEDB_error_context_create, ICEDB_error_getOSname, ICEDB_ERRORCODES_OS, ICEDB_ERRORCODES_UNIMPLEMENTED, ICEDB_free(), ICEDB_malloc(), icedb::os_functions::vars::m_sys_names, and icedb::os_functions::vars::username.
Referenced by ICEDB_getAppConfigDir(), ICEDB_getHomeDir(), ICEDB_getHostName(), and ICEDB_getUserName().
DL_ICEDB void icedb::os_functions::waitOnExit | ( | bool | val | ) |
Definition at line 942 of file os_functions.cpp.
References ICEDB_waitOnExitSet().
DL_ICEDB bool icedb::os_functions::waitOnExit | ( | ) |
Definition at line 943 of file os_functions.cpp.
References ICEDB_waitOnExitGet().