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

Implementation of the ListOfUncertainties class. More...

Include dependency graph for ListOfUncertainties.cpp:

Functions

Uncertainty_tListOfUncertainties_getById (ListOf_t *lo, const char *sid)
Uncertainty_tListOfUncertainties_getUncertainty (ListOf_t *lo, unsigned int n)
Uncertainty_tListOfUncertainties_remove (ListOf_t *lo, unsigned int n)
Uncertainty_tListOfUncertainties_removeById (ListOf_t *lo, const char *sid)

Detailed Description

Implementation of the ListOfUncertainties class.

Author
SBMLTeam

Function Documentation

◆ ListOfUncertainties_getById()

Uncertainty_t * ListOfUncertainties_getById ( ListOf_t * lo,
const char * sid )

◆ ListOfUncertainties_getUncertainty()

Uncertainty_t * ListOfUncertainties_getUncertainty ( ListOf_t * lo,
unsigned int n )

◆ ListOfUncertainties_remove()

Uncertainty_t * ListOfUncertainties_remove ( ListOf_t * lo,
unsigned int n )

◆ ListOfUncertainties_removeById()

Uncertainty_t * ListOfUncertainties_removeById ( ListOf_t * lo,
const char * sid )