libSBML Perl API  5.20.2
Loading...
Searching...
No Matches
ListOfDomainTypes.cpp File Reference

Implementation of the ListOfDomainTypes class. More...

Include dependency graph for ListOfDomainTypes.cpp:

Functions

DomainType_tListOfDomainTypes_getById (ListOf_t *lo, const char *sid)
 
DomainType_tListOfDomainTypes_getDomainType (ListOf_t *lo, unsigned int n)
 
DomainType_tListOfDomainTypes_remove (ListOf_t *lo, unsigned int n)
 
DomainType_tListOfDomainTypes_removeById (ListOf_t *lo, const char *sid)
 

Detailed Description

Implementation of the ListOfDomainTypes class.

Author
SBMLTeam

Function Documentation

◆ ListOfDomainTypes_getById()

DomainType_t * ListOfDomainTypes_getById ( ListOf_t lo,
const char *  sid 
)

◆ ListOfDomainTypes_getDomainType()

DomainType_t * ListOfDomainTypes_getDomainType ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfDomainTypes_remove()

DomainType_t * ListOfDomainTypes_remove ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfDomainTypes_removeById()

DomainType_t * ListOfDomainTypes_removeById ( ListOf_t lo,
const char *  sid 
)