icedb  version 0.5.1
Snow particle scattering database API
Namespaces | Macros | Functions
os_functions.hpp File Reference
#include "../defs.h"
#include <iostream>
Include dependency graph for os_functions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 icedb
 
 icedb::os_functions
 

Macros

#define ICEDB_HPP_OS_FUNCTIONS
 

Functions

bool icedb::os_functions::pidExists (int pid)
 
int icedb::os_functions::getPID ()
 
int icedb::os_functions::getPPID (int pid)
 
void icedb::os_functions::libEntry (int argc, char **argv)
 
void icedb::os_functions::waitOnExit (bool val)
 
bool icedb::os_functions::waitOnExit ()
 
const char * icedb::os_functions::getUserName ()
 
const char * icedb::os_functions::getHostName ()
 
const char * icedb::os_functions::getAppConfigDir ()
 
const char * icedb::os_functions::getHomeDir ()
 
const char * icedb::os_functions::getLibDir ()
 
const char * icedb::os_functions::getLibPath ()
 
const char * icedb::os_functions::getAppDir ()
 
const char * icedb::os_functions::getAppPath ()
 
const char * icedb::os_functions::getPluginDir ()
 
const char * icedb::os_functions::getCWD ()
 

Macro Definition Documentation

◆ ICEDB_HPP_OS_FUNCTIONS

#define ICEDB_HPP_OS_FUNCTIONS

Definition at line 3 of file os_functions.hpp.