#include <init.h>
Inheritance diagram for GroupIdxArray< dtype >:


Public Member Functions | |
| GroupIdxArray () | |
| ~GroupIdxArray () | |
| void | init (void) |
| dtype & | find (CkGroupID n) |
Private Types | |
| enum | { INIT_BINS_PE0 = 32 } |
Private Member Functions | |
| dtype & | nonInlineFind (CkGroupID n) |
Private Attributes | |
| dtype * | tab |
| CkHashtable_c | hashTab |
| int | max |
Definition at line 42 of file init.h.
anonymous enum [private] |
| GroupIdxArray< dtype >::GroupIdxArray | ( | ) | [inline] |
| GroupIdxArray< dtype >::~GroupIdxArray | ( | ) | [inline] |
| dtype& GroupIdxArray< dtype >::nonInlineFind | ( | CkGroupID | n | ) | [inline, private] |
| void GroupIdxArray< dtype >::init | ( | void | ) | [inline] |
| dtype& GroupIdxArray< dtype >::find | ( | CkGroupID | n | ) | [inline] |
dtype* GroupIdxArray< dtype >::tab [private] |
Definition at line 46 of file init.h.
Referenced by GroupIdxArray< CkLocMgr::ManagerRec * >::nonInlineFind().
CkHashtable_c GroupIdxArray< dtype >::hashTab [private] |
Definition at line 47 of file init.h.
Referenced by GroupIdxArray< CkLocMgr::ManagerRec * >::nonInlineFind().
int GroupIdxArray< dtype >::max [private] |
Definition at line 48 of file init.h.
Referenced by GroupIdxArray< CkLocMgr::ManagerRec * >::nonInlineFind().
1.5.1