#include <Iguana/Utilities/classlib/utils/ProcessInfo.h>
Static Public Member Functions | |
static int | argc (void) |
static char ** | argv (void) |
static std::string | fullProgramName (void) |
static pid_t | pid (void) |
static pid_t | ppid (void) |
static std::string | shortProgramName (void) |
Definition at line 19 of file ProcessInfo.h.
static char** lat::ProcessInfo::argv | ( | void | ) | [static] |
static std::string lat::ProcessInfo::fullProgramName | ( | void | ) | [static] |
Referenced by IgQtAppDebug::rundebug().
static pid_t lat::ProcessInfo::pid | ( | void | ) | [static] |
Referenced by IgQtAppDebug::rundebug().
static pid_t lat::ProcessInfo::ppid | ( | void | ) | [static] |
static std::string lat::ProcessInfo::shortProgramName | ( | void | ) | [static] |