#include <ParallelIOMgr.h>
Public Member Functions | |
| ClusterElem () | |
| ClusterElem (int cid) | |
| int | hash () const |
| int | operator== (const ClusterElem &a) const |
Public Attributes | |
| int | clusterId |
| int | atomsCnt |
|
|
Definition at line 102 of file ParallelIOMgr.h.
|
|
|
Definition at line 103 of file ParallelIOMgr.h.
|
|
|
Definition at line 104 of file ParallelIOMgr.h. 00104 {
00105 return clusterId;
00106 }
|
|
|
Definition at line 107 of file ParallelIOMgr.h. References clusterId.
|
|
|
Definition at line 100 of file ParallelIOMgr.h. Referenced by ParallelIOMgr::recvFinalClusterSize(). |
|
|
Definition at line 99 of file ParallelIOMgr.h. Referenced by operator==(), and ParallelIOMgr::recvFinalClusterSize(). |
1.3.9.1