| class Class | 
Singelton for querying the Pvm.
| ![[more]](icon1.png) void | Hosts (HostSet &Result) const a set of all hosts in the PVM is returned in the reference parameter Result. | 
| ![[more]](icon1.png) Task | I () const returns a Task-instance representing the current task. | 
| ![[more]](icon1.png) unsigned int | NumOfArchs () const returns the Number of different architectures, that are present on the pvm. | 
| ![[more]](icon1.png) void | Tasks (TaskSet &Result) const a set of all tasks currently running on the PVM is returned in the reference parameter Result. | 
| ![[more]](icon1.png) void | Update () const this function handles all pending messages, for which receive actions other than normal receive are defined. | 
Singelton for querying the Pvm.This singelton class represents the global state of the Parallel Virtual Machine (PVM). During construction (this happens on first call to any PVM++ function) all necessary internal information is created and the current tasks is introduced to the PVM. Access to the class is given by the global function const PvmClass& Pvm().
 Task I() const
Task I() const 
 unsigned int NumOfArchs() const
unsigned int NumOfArchs() const 
 void Hosts(HostSet &Result) const
void Hosts(HostSet &Result) const 
 void Tasks(TaskSet &Result) const
void Tasks(TaskSet &Result) const 
 void Update() const
void Update() const 
Alphabetic index Hierarchy of classes