# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLMISC::IProcess Class Reference

Process base interface, must be implemented for all OS. More...

#include <thread.h>

List of all members.

Public Methods

virtual uint64 getCPUMask ()=0
 Return process CPU mask. More...


Static Public Methods

IProcess * getCurrentProcess ()
 Return a pointer on the current process. More...


Detailed Description

Process base interface, must be implemented for all OS.

Author:
Cyril 'Hulud' Corvazier , Nevrax France
Date:
2000

Definition at line 149 of file thread.h.


Member Function Documentation

virtual uint64 NLMISC::IProcess::getCPUMask   [pure virtual]
 

Return process CPU mask.

Each bit stand for a CPU usable by the process threads. Not implemented under Linux.

IProcess* NLMISC::IProcess::getCurrentProcess   [static]
 

Return a pointer on the current process.

Implemented in the derived class.


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