|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <MsgFuncBinding.h>
Collaboration diagram for MsgFuncBinding:Public Member Functions | |
| MsgFuncBinding () | |
| MsgFuncBinding (ObjId m, FuncId f) | |
| bool | operator== (const MsgFuncBinding &other) const |
Public Attributes | |
| FuncId | fid |
| ObjId | mid |
Binds MsgId to FuncIds.
Definition at line 13 of file MsgFuncBinding.h.
|
inline |
Definition at line 16 of file MsgFuncBinding.h.
Definition at line 20 of file MsgFuncBinding.h.
|
inline |
Definition at line 24 of file MsgFuncBinding.h.
| FuncId MsgFuncBinding::fid |
Definition at line 29 of file MsgFuncBinding.h.
Referenced by operator==(), putFuncsInOrder(), and Element::putOffNodeTargetsInDigest().
| ObjId MsgFuncBinding::mid |
Definition at line 28 of file MsgFuncBinding.h.
Referenced by matchMid::operator()(), operator==(), putFuncsInOrder(), Element::putOffNodeTargetsInDigest(), and Element::putTargetsInDigest().