#include <NDMeshStreamer.h>
Public Member Functions | |
LocalBroadcaster (CkArray *clientArrMgr, const dtype *dataItem) | |
void | addLocation (CkLocation &loc) |
This location is part of the calling location manager. | |
Data Fields | |
CkArray * | clientArrMgr_ |
const dtype * | dataItem_ |
Definition at line 1016 of file NDMeshStreamer.h.
LocalBroadcaster< dtype, ClientType, EntryMethod >::LocalBroadcaster | ( | CkArray * | clientArrMgr, | |
const dtype * | dataItem | |||
) | [inline] |
Definition at line 1022 of file NDMeshStreamer.h.
void LocalBroadcaster< dtype, ClientType, EntryMethod >::addLocation | ( | CkLocation & | loc | ) | [inline, virtual] |
This location is part of the calling location manager.
Implements CkLocIterator.
Definition at line 1025 of file NDMeshStreamer.h.
References CkLocation::getIndex().
CkArray* LocalBroadcaster< dtype, ClientType, EntryMethod >::clientArrMgr_ |
Definition at line 1019 of file NDMeshStreamer.h.
const dtype* LocalBroadcaster< dtype, ClientType, EntryMethod >::dataItem_ |
Definition at line 1020 of file NDMeshStreamer.h.