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 195 of file ReductionMgr.h.
|
inline |
Definition at line 201 of file ReductionMgr.h.
References data, next, sequenceNumber, and submitsRecorded.
|
inline |
Definition at line 208 of file ReductionMgr.h.
References data.
BigReal* ReductionSetData::data |
Definition at line 199 of file ReductionMgr.h.
Referenced by ReductionSetData(), ReductionMgr::remoteSubmit(), ReductionMgr::willSubmit(), and ~ReductionSetData().
ReductionSetData* ReductionSetData::next |
Definition at line 200 of file ReductionMgr.h.
Referenced by ReductionSetData(), ReductionSet::removeData(), and ReductionSet::~ReductionSet().
int ReductionSetData::sequenceNumber |
Definition at line 197 of file ReductionMgr.h.
Referenced by ReductionSetData().
int ReductionSetData::submitsRecorded |
Definition at line 198 of file ReductionMgr.h.
Referenced by ReductionSetData(), ReductionMgr::remoteSubmit(), and ReductionMgr::willSubmit().