
#include <LBAgent.h>


| Public Types | |
| typedef struct Agent::_Elem | Elem | 
| Public Member Functions | |
| Agent (int p) | |
| virtual | ~Agent () | 
| virtual Elem * | my_preferred_procs (int *existing_map, int object, int *trialpes, int metric) | 
| Data Fields | |
| int | npes | 
| Elem * | preferred_list | 
| Data Structures | |
| struct | _Elem | 
Definition at line 12 of file LBAgent.h.
| typedef struct Agent::_Elem Agent::Elem | 
| virtual Elem* Agent::my_preferred_procs | ( | int * | existing_map, | |
| int | object, | |||
| int * | trialpes, | |||
| int | metric | |||
| ) |  [inline, virtual] | 
Reimplemented in TopologyAgent, comlibAgent, and MulticastAgent.
Definition at line 14 of file LBAgent.h.
Referenced by MulticastAgent::my_preferred_procs(), TopologyAgent::my_preferred_procs(), and TopologyAgent::TopologyAgent().
Definition at line 22 of file LBAgent.h.
Referenced by TopologyAgent::my_preferred_procs(), and TopologyAgent::TopologyAgent().
 1.5.5
 1.5.5