
#include <ComlibManager.h>


Public Member Functions | |
| ComlibDelegateData (CkMigrateMessage *) | |
| void | beginIteration () |
| void | endIteration () |
| int | getID () |
| Get the position of this instance in the strategy table. | |
| void | pup (PUP::er &p) |
Private Member Functions | |
| ComlibDelegateData (int instid) | |
Private Attributes | |
| int | _instid |
| Position of this instance in the strategy table. | |
Friends | |
| void | ComlibAssociateProxy (ComlibInstanceHandle, CProxy &) |
| Permanently associate the given proxy with comlib, to use the instance represented by cinst. | |
| CkDelegateData * | ComlibManager::ckCopyDelegateData (CkDelegateData *) |
The only thing it contains is the position in the system of the strategy it represents.
Definition at line 379 of file ComlibManager.h.
| ComlibDelegateData::ComlibDelegateData | ( | CkMigrateMessage * | ) | [inline] |
| void ComlibDelegateData::beginIteration | ( | ) |
| void ComlibDelegateData::endIteration | ( | ) |
| int ComlibDelegateData::getID | ( | ) | [inline] |
Get the position of this instance in the strategy table.
Definition at line 394 of file ComlibManager.h.
References _instid.
Referenced by ComlibManager::ArrayBroadcast(), ComlibManager::ArraySectionSend(), ComlibManager::ArraySend(), ComlibBegin(), ComlibEnd(), ComlibManager::GroupBroadcast(), and ComlibManager::GroupSend().
| void ComlibDelegateData::pup | ( | PUP::er & | p | ) | [inline] |
Definition at line 396 of file ComlibManager.h.
References _instid.
Referenced by ComlibManager::DelegatePointerPup().
| void ComlibAssociateProxy | ( | ComlibInstanceHandle | , | |
| CProxy & | ||||
| ) | [friend] |
Permanently associate the given proxy with comlib, to use the instance represented by cinst.
All messages sent through the proxy will be forwarded by comlib.
Definition at line 1206 of file ComlibManager.C.
| CkDelegateData* ComlibManager::ckCopyDelegateData | ( | CkDelegateData * | ) | [friend] |
int ComlibDelegateData::_instid [private] |
1.5.5