
#include <cklocation.h>


Public Member Functions | |
| void | put (T *v, int atIdx) |
| T * | get (int localIdx) |
| Return the element at the given location. | |
| T * | next (int &from) |
| Return the next non-empty element starting from the given index, or NULL if there is none. | |
Private Types | |
| typedef CkMigratableList | super |
Definition at line 408 of file cklocation.h.
typedef CkMigratableList CkMigratableListT< T >::super [private] |
Definition at line 409 of file cklocation.h.
| void CkMigratableListT< T >::put | ( | T * | v, | |
| int | atIdx | |||
| ) | [inline] |
| T* CkMigratableListT< T >::get | ( | int | localIdx | ) | [inline] |
Return the element at the given location.
Reimplemented from CkMigratableList.
Definition at line 412 of file cklocation.h.
References stats::get().
| T* CkMigratableListT< T >::next | ( | int & | from | ) | [inline] |
Return the next non-empty element starting from the given index, or NULL if there is none.
Updates from to point past the returned index.
Reimplemented from CkMigratableList.
Definition at line 413 of file cklocation.h.
References CkMigratableList::next().
Referenced by CkArray::recvBroadcast().
1.5.5