libSBML C++ API  5.18.0
Reaction.cpp File Reference

Implementations of Reaction and ListOfReactions. More...

Include dependency graph for Reaction.cpp:

Functions

static SBaseGetSpeciesRef (ListOf &items, const string &species)
 Used by getReactant(species), getProduct(species), and getModifier(species). More...
 
static const SBaseGetSpeciesRef (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.