libSBML C++ API  5.20.4
ListOfAnalyticVolumes.cpp File Reference

Implementation of the ListOfAnalyticVolumes class. More...

Include dependency graph for ListOfAnalyticVolumes.cpp:

Functions

AnalyticVolume_tListOfAnalyticVolumes_getAnalyticVolume (ListOf_t *lo, unsigned int n)
 
AnalyticVolume_tListOfAnalyticVolumes_getById (ListOf_t *lo, const char *sid)
 
AnalyticVolume_tListOfAnalyticVolumes_remove (ListOf_t *lo, unsigned int n)
 
AnalyticVolume_tListOfAnalyticVolumes_removeById (ListOf_t *lo, const char *sid)
 

Detailed Description

Implementation of the ListOfAnalyticVolumes class.

Author
SBMLTeam

Function Documentation

◆ ListOfAnalyticVolumes_getAnalyticVolume()

AnalyticVolume_t* ListOfAnalyticVolumes_getAnalyticVolume ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfAnalyticVolumes_getById()

AnalyticVolume_t* ListOfAnalyticVolumes_getById ( ListOf_t lo,
const char *  sid 
)

◆ ListOfAnalyticVolumes_remove()

AnalyticVolume_t* ListOfAnalyticVolumes_remove ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfAnalyticVolumes_removeById()

AnalyticVolume_t* ListOfAnalyticVolumes_removeById ( ListOf_t lo,
const char *  sid 
)