class uvProcessInfo

This Class provides unix/linux process information. More...

Definition#include <uvgetprocessinfo.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Members


Detailed Description

This Class provides unix/linux process information.

At the moment only the own PID and the systems memory page size are presented.

int mypid

mypid

int mypagesize

mypagesize

int  getMyPid ( )

getMyPid

returns the own process ID.

int  getMyPageSize ( )

getMyPageSize

returns the systems memory pagesize (in bytes).

 uvProcessInfo ( )

uvProcessInfo

constructor

 ~uvProcessInfo ()

~uvProcessInfo

destructor