MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <MsgDigest.h>
Public Member Functions | |
MsgDigest (const OpFunc *f, const vector< Eref > &t) | |
Public Attributes | |
const OpFunc * | func |
vector< Eref > | targets |
This class manages digested Messages. Each entry is boiled down to the function, and an array of targets. The targets are actually stored on the Msg, but they referenced in the MsgDigest. As a further refinement, if the target DataIndex is ALLDATA, then it means that all data entries in the target are to be iterated over. Note that this does not extend to Field targets.
Definition at line 21 of file MsgDigest.h.
Definition at line 24 of file MsgDigest.h.
const OpFunc* MsgDigest::func |
Definition at line 27 of file MsgDigest.h.
vector< Eref > MsgDigest::targets |
Definition at line 28 of file MsgDigest.h.