class uvGetProcessInfo

This Class provides samples the above mentioned clas 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 samples the above mentioned clas information.

It creates instances of uvProcessInfo and uvMemInfo and provides some methods on that classes.

The following classe are created and public accessible.


    uvProcessInfo *process;
    uvMemInfo     *mem;

uvProcessInfo * process

process

uvMemInfo * mem

mem

bool  getMemState ( )

getMemState

wraps uvMemInfo::getState().

int  getMyPid ( )

getMyPid

wraps uvProcessInfo::getMyPid().

int  getMyPageSize ( )

getMyPageSize

wraps uvProcessInfo::getMyPageSize().

 uvGetProcessInfo ( int pid )

uvGetProcessInfo

constructor

 ~uvGetProcessInfo ()

~uvGetProcessInfo

destructor