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
MsgDigest.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-2013 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
10
#ifndef _MSG_DIGEST_H
11
#define _MSG_DIGEST_H
12
21
class
MsgDigest
22
{
23
public
:
24
MsgDigest
(
const
OpFunc
* f,
const
vector< Eref >& t )
25
:
func
( f ),
targets
( t )
26
{;}
27
const
OpFunc
*
func
;
28
vector< Eref >
targets
;
29
};
30
31
#endif // _MSG_DIGEST_H
MsgDigest
Definition:
MsgDigest.h:21
MsgDigest::targets
vector< Eref > targets
Definition:
MsgDigest.h:28
MsgDigest::MsgDigest
MsgDigest(const OpFunc *f, const vector< Eref > &t)
Definition:
MsgDigest.h:24
OpFunc
Definition:
OpFuncBase.h:44
MsgDigest::func
const OpFunc * func
Definition:
MsgDigest.h:27
moose-core
basecode
MsgDigest.h
Generated on Tue Sep 4 2018 09:05:31 for MOOSE - Multiscale Object Oriented Simulation Environment by
1.8.6