Loading [MathJax]/extensions/tex2jax.js
libSBML C++ API  5.20.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ListOfModelDefinitions.cpp File Reference

Implementation of ListOfModelDefinitions from the comp package. More...

Include dependency graph for ListOfModelDefinitions.cpp:

Functions

ModelDefinition_tListOfModelDefinitions_getById (ListOf_t *lo, const char *sid)
 
ModelDefinition_tListOfModelDefinitions_getModelDefinition (ListOf_t *lo, unsigned int n)
 
ModelDefinition_tListOfModelDefinitions_remove (ListOf_t *lo, unsigned int n)
 
ModelDefinition_tListOfModelDefinitions_removeById (ListOf_t *lo, const char *sid)
 

Detailed Description

Implementation of ListOfModelDefinitions from the comp package.

Author
Lucian Smith

Function Documentation

◆ ListOfModelDefinitions_getById()

ModelDefinition_t* ListOfModelDefinitions_getById ( ListOf_t lo,
const char *  sid 
)

◆ ListOfModelDefinitions_getModelDefinition()

ModelDefinition_t* ListOfModelDefinitions_getModelDefinition ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfModelDefinitions_remove()

ModelDefinition_t* ListOfModelDefinitions_remove ( ListOf_t lo,
unsigned int  n 
)

◆ ListOfModelDefinitions_removeById()

ModelDefinition_t* ListOfModelDefinitions_removeById ( ListOf_t lo,
const char *  sid 
)