libSBML Perl API  libSBML 5.10.0 Perl API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Reaction.cpp File Reference

Implementations of Reaction and ListOfReactions. More...

Include dependency graph for Reaction.cpp:

Functions

static SBase * GetSpeciesRef (ListOf &items, const string &species)
 Used by getReactant(species), getProduct(species), and getModifier(species). More...
 
static const SBase * GetSpeciesRef (const ListOf &items, const std::string &species)
 Simply calls non-const version above. More...
 

Detailed Description

Implementations of Reaction and ListOfReactions.

Author
Ben Bornstein

Function Documentation

static SBase* GetSpeciesRef ( ListOf &  items,
const string &  species 
)
static

Used by getReactant(species), getProduct(species), and getModifier(species).

static const SBase* GetSpeciesRef ( const ListOf &  items,
const std::string &  species 
)
static

Simply calls non-const version above.