libSBML Perl API  5.20.5
Loading...
Searching...
No Matches
Reaction.cpp File Reference

Implementations of Reaction and ListOfReactions. More...

Include dependency graph for Reaction.cpp:

Functions

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

Detailed Description

Implementations of Reaction and ListOfReactions.

Author
Ben Bornstein

Function Documentation

◆ GetSpeciesRef() [1/2]

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

Simply calls non-const version above.

◆ GetSpeciesRef() [2/2]

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

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