NAMD
|
#include <ReductionMgr.h>
Public Member Functions | |
ReductionSetData (int seqNum, int size) | |
~ReductionSetData () | |
Public Attributes | |
int | sequenceNumber |
int | submitsRecorded |
BigReal * | data |
ReductionSetData * | next |
Definition at line 202 of file ReductionMgr.h.
|
inline |
Definition at line 208 of file ReductionMgr.h.
References data, next, sequenceNumber, and submitsRecorded.
|
inline |
Definition at line 215 of file ReductionMgr.h.
References data.
BigReal* ReductionSetData::data |
Definition at line 206 of file ReductionMgr.h.
Referenced by ReductionSetData(), ReductionMgr::remoteSubmit(), ReductionMgr::willSubmit(), and ~ReductionSetData().
ReductionSetData* ReductionSetData::next |
Definition at line 207 of file ReductionMgr.h.
Referenced by ReductionSetData(), ReductionSet::removeData(), and ReductionSet::~ReductionSet().
int ReductionSetData::sequenceNumber |
Definition at line 204 of file ReductionMgr.h.
Referenced by ReductionSetData().
int ReductionSetData::submitsRecorded |
Definition at line 205 of file ReductionMgr.h.
Referenced by ReductionSetData(), ReductionMgr::remoteSubmit(), and ReductionMgr::willSubmit().