MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
PoolBase.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PoolBase
 

Typedefs

typedef unsigned int SpeciesId
 

Variables

const SpeciesId DefaultSpeciesId
 

Typedef Documentation

typedef unsigned int SpeciesId

SpeciesId identifies molecular species. This is a unique identifier for any given molecular species, regardless of which compartment or solver is handling it.

Definition at line 18 of file PoolBase.h.

Variable Documentation

const SpeciesId DefaultSpeciesId

Definition at line 17 of file PoolBase.cpp.