MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ZombieBufPool.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 
10 #ifndef _ZOMBIE_BUF_POOL_H
11 #define _ZOMBIE_BUF_POOL_H
12 
14 {
15  public:
16  ZombieBufPool();
18 
20  void vSetN( const Eref& e, double v );
21  void vSetNinit( const Eref& e, double v );
22  void vSetConc( const Eref& e, double v );
23  void vSetConcInit( const Eref& e, double v );
24  bool vGetIsBuffered( const Eref& e ) const;
25 
26  static const Cinfo* initCinfo();
27  private:
28 };
29 
30 #endif // _ZOMBIE_BUF_POOL_H
bool vGetIsBuffered(const Eref &e) const
void vSetN(const Eref &e, double v)
The 'get' functions are simply inherited from ZombiePool.
static const Cinfo * initCinfo()
void vSetConcInit(const Eref &e, double v)
void vSetConc(const Eref &e, double v)
Definition: Eref.h:26
void vSetNinit(const Eref &e, double v)
Definition: Cinfo.h:18