libSBML C++ API  5.18.0
ListOfPorts.cpp File Reference

Implementation of ListOfPorts. More...

Include dependency graph for ListOfPorts.cpp:

Functions

Port_tListOfPorts_getById (ListOf_t *lo, const char *sid)
 
Port_tListOfPorts_getPort (ListOf_t *lo, unsigned int n)
 
Port_tListOfPorts_remove (ListOf_t *lo, unsigned int n)
 
Port_tListOfPorts_removeById (ListOf_t *lo, const char *sid)
 

Detailed Description

Implementation of ListOfPorts.

Author
Lucian Smith

Function Documentation

Port_t* ListOfPorts_getById ( ListOf_t lo,
const char *  sid 
)
Port_t* ListOfPorts_getPort ( ListOf_t lo,
unsigned int  n 
)
Port_t* ListOfPorts_remove ( ListOf_t lo,
unsigned int  n 
)
Port_t* ListOfPorts_removeById ( ListOf_t lo,
const char *  sid 
)