libSBML C++ API
5.20.4
|
Implementation of ListOfModelDefinitions from the comp package. More...
Functions | |
ModelDefinition_t * | ListOfModelDefinitions_getById (ListOf_t *lo, const char *sid) |
ModelDefinition_t * | ListOfModelDefinitions_getModelDefinition (ListOf_t *lo, unsigned int n) |
ModelDefinition_t * | ListOfModelDefinitions_remove (ListOf_t *lo, unsigned int n) |
ModelDefinition_t * | ListOfModelDefinitions_removeById (ListOf_t *lo, const char *sid) |
Implementation of ListOfModelDefinitions from the comp package.
ModelDefinition_t* ListOfModelDefinitions_getById | ( | ListOf_t * | lo, |
const char * | sid | ||
) |
ModelDefinition_t* ListOfModelDefinitions_getModelDefinition | ( | ListOf_t * | lo, |
unsigned int | n | ||
) |
ModelDefinition_t* ListOfModelDefinitions_remove | ( | ListOf_t * | lo, |
unsigned int | n | ||
) |
ModelDefinition_t* ListOfModelDefinitions_removeById | ( | ListOf_t * | lo, |
const char * | sid | ||
) |