#include <SysProcess.hpp>
Static Public Member Functions | |
static void | getUserID (char *buffer) |
static pid_t | getPid () |
static void | getUserID (char *buffer) |
static int | getPid () |
Definition at line 56 of file unix/SysProcess.hpp.
|
inlinestatic |
Definition at line 60 of file unix/SysProcess.hpp.
Referenced by LocalAPIManager::initProcess().
|
inlinestatic |
Definition at line 59 of file windows/SysProcess.hpp.
|
static |
Get the current user name information.
buffer | The buffer (of at least MAX_USERID_LENGTH characters) into which the userid is copied. |
Definition at line 68 of file unix/SysProcess.cpp.
References MAX_USERID_LENGTH.
Referenced by LocalAPIManager::initProcess().
|
static |