libSBML C++ API  5.20.4
ListOfDomains.cpp File Reference

Implementation of the ListOfDomains class. More...

Include dependency graph for ListOfDomains.cpp:

Functions

Domain_tListOfDomains_getById (ListOf_t *lo, const char *sid)
 
Domain_tListOfDomains_getDomain (ListOf_t *lo, unsigned int n)
 
Domain_tListOfDomains_remove (ListOf_t *lo, unsigned int n)
 
Domain_tListOfDomains_removeById (ListOf_t *lo, const char *sid)
 

Detailed Description

Implementation of the ListOfDomains class.

Author
SBMLTeam

Function Documentation

◆ ListOfDomains_getById()

Domain_t* ListOfDomains_getById ( ListOf_t lo,
const char *  sid 
)

◆ ListOfDomains_getDomain()

Domain_t* ListOfDomains_getDomain ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfDomains_remove()

Domain_t* ListOfDomains_remove ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfDomains_removeById()

Domain_t* ListOfDomains_removeById ( ListOf_t lo,
const char *  sid 
)