00001 /********************************************************************** 00002 ** This program is part of 'MOOSE', the 00003 ** Messaging Object Oriented Simulation Environment. 00004 ** Copyright (C) 2003-2010 Upinder S. Bhalla. and NCBS 00005 ** It is made available under the terms of the 00006 ** GNU Lesser General Public License version 2.1 00007 ** See the file COPYING.LIB for the full notice. 00008 **********************************************************************/ 00009 00010 #ifndef _ZOMBIE_BUF_POOL_H 00011 #define _ZOMBIE_BUF_POOL_H 00012 00013 class ZombieBufPool: public ZombiePool 00014 { 00015 public: 00016 ZombieBufPool(); 00017 ~ZombieBufPool(); 00018 00020 void vSetN( const Eref& e, double v ); 00021 void vSetNinit( const Eref& e, double v ); 00022 void vSetConc( const Eref& e, double v ); 00023 void vSetConcInit( const Eref& e, double v ); 00024 00025 static const Cinfo* initCinfo(); 00026 private: 00027 }; 00028 00029 #endif // _ZOMBIE_BUF_POOL_H