MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MsgFuncBinding Class Reference

#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
 

Detailed Description

Binds MsgId to FuncIds.

Definition at line 13 of file MsgFuncBinding.h.

Constructor & Destructor Documentation

MsgFuncBinding::MsgFuncBinding ( )
inline

Definition at line 16 of file MsgFuncBinding.h.

17  : mid(), fid( 0 )
18  {;}
MsgFuncBinding::MsgFuncBinding ( ObjId  m,
FuncId  f 
)
inline

Definition at line 20 of file MsgFuncBinding.h.

21  : mid( m ), fid( f )
22  {;}

Member Function Documentation

bool MsgFuncBinding::operator== ( const MsgFuncBinding other) const
inline

Definition at line 24 of file MsgFuncBinding.h.

References fid, and mid.

24  {
25  return ( mid == other.mid && fid == other.fid );
26  }

Member Data Documentation

FuncId MsgFuncBinding::fid

The documentation for this class was generated from the following file: