libSBML C++ API  5.18.0
ListOfGroups.cpp File Reference

Implementation of the ListOfGroups class. More...

Include dependency graph for ListOfGroups.cpp:

Functions

Group_tListOfGroups_getById (ListOf_t *lo, const char *sid)
 
Group_tListOfGroups_getGroup (ListOf_t *lo, unsigned int n)
 
Group_tListOfGroups_remove (ListOf_t *lo, unsigned int n)
 
Group_tListOfGroups_removeById (ListOf_t *lo, const char *sid)
 

Detailed Description

Implementation of the ListOfGroups class.

Author
SBMLTeam

Function Documentation

Group_t* ListOfGroups_getById ( ListOf_t lo,
const char *  sid 
)
Group_t* ListOfGroups_getGroup ( ListOf_t lo,
unsigned int  n 
)
Group_t* ListOfGroups_remove ( ListOf_t lo,
unsigned int  n 
)
Group_t* ListOfGroups_removeById ( ListOf_t lo,
const char *  sid 
)