MOOSE - Multiscale Object Oriented Simulation Environment
Main Page
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
MsgFuncBinding.h
Go to the documentation of this file.
1
/**********************************************************************
2
** This program is part of 'MOOSE', the
3
** Messaging Object Oriented Simulation Environment.
4
** Copyright (C) 2003-2010 Upinder S. Bhalla. and NCBS
5
** It is made available under the terms of the
6
** GNU Lesser General Public License version 2.1
7
** See the file COPYING.LIB for the full notice.
8
**********************************************************************/
9
13
class
MsgFuncBinding
14
{
15
public
:
16
MsgFuncBinding
()
17
:
mid
(),
fid
( 0 )
18
{;}
19
20
MsgFuncBinding
(
ObjId
m,
FuncId
f )
21
:
mid
( m ),
fid
( f )
22
{;}
23
24
bool
operator==
(
const
MsgFuncBinding
& other )
const
{
25
return
(
mid
== other.
mid
&&
fid
== other.
fid
);
26
}
27
28
ObjId
mid
;
29
FuncId
fid
;
30
31
private
:
32
};
MsgFuncBinding::MsgFuncBinding
MsgFuncBinding(ObjId m, FuncId f)
Definition:
MsgFuncBinding.h:20
ObjId
Definition:
ObjId.h:20
MsgFuncBinding::mid
ObjId mid
Definition:
MsgFuncBinding.h:28
MsgFuncBinding::fid
FuncId fid
Definition:
MsgFuncBinding.h:29
MsgFuncBinding::operator==
bool operator==(const MsgFuncBinding &other) const
Definition:
MsgFuncBinding.h:24
MsgFuncBinding
Definition:
MsgFuncBinding.h:13
MsgFuncBinding::MsgFuncBinding
MsgFuncBinding()
Definition:
MsgFuncBinding.h:16
FuncId
unsigned int FuncId
Definition:
header.h:42
moose-core
basecode
MsgFuncBinding.h
Generated on Tue Sep 4 2018 09:05:31 for MOOSE - Multiscale Object Oriented Simulation Environment by
1.8.6