libSBML C++ API  5.20.4
ListOfUncertParameters.cpp File Reference

Implementation of the ListOfUncertParameters class. More...

Include dependency graph for ListOfUncertParameters.cpp:

Functions

UncertParameter_tListOfUncertParameters_getById (ListOf_t *lo, const char *sid)
 
UncertParameter_tListOfUncertParameters_getUncertParameter (ListOf_t *lo, unsigned int n)
 
UncertParameter_tListOfUncertParameters_remove (ListOf_t *lo, unsigned int n)
 
UncertParameter_tListOfUncertParameters_removeById (ListOf_t *lo, const char *sid)
 

Detailed Description

Implementation of the ListOfUncertParameters class.

Author
SBMLTeam

Function Documentation

◆ ListOfUncertParameters_getById()

UncertParameter_t* ListOfUncertParameters_getById ( ListOf_t lo,
const char *  sid 
)

◆ ListOfUncertParameters_getUncertParameter()

UncertParameter_t* ListOfUncertParameters_getUncertParameter ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfUncertParameters_remove()

UncertParameter_t* ListOfUncertParameters_remove ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfUncertParameters_removeById()

UncertParameter_t* ListOfUncertParameters_removeById ( ListOf_t lo,
const char *  sid 
)