SysProcess Class Reference

#include <SysProcess.hpp>

Static Public Member Functions

static void getUserID (char *buffer)
 
static pid_t getPid ()
 
static void getUserID (char *buffer)
 
static int getPid ()
 

Detailed Description

Definition at line 56 of file unix/SysProcess.hpp.

Member Function Documentation

◆ getPid() [1/2]

static pid_t SysProcess::getPid ( )
inlinestatic

Definition at line 60 of file unix/SysProcess.hpp.

Referenced by LocalAPIManager::initProcess().

◆ getPid() [2/2]

static int SysProcess::getPid ( )
inlinestatic

Definition at line 59 of file windows/SysProcess.hpp.

◆ getUserID() [1/2]

void SysProcess::getUserID ( char *  buffer)
static

Get the current user name information.

Parameters
bufferThe 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().

◆ getUserID() [2/2]

static void SysProcess::getUserID ( char *  buffer)
static

The documentation for this class was generated from the following files: