libSBML Perl API  libSBML 5.18.0 Perl API
ListOfPorts.cpp File Reference

Implementation of ListOfPorts. More...

Include dependency graph for ListOfPorts.cpp:

Functions

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)
 

Detailed Description

Implementation of ListOfPorts.

Author
Lucian Smith

Function Documentation

◆ ListOfPorts_getById()

Port_t* ListOfPorts_getById ( ListOf_t *  lo,
const char *  sid 
)

◆ ListOfPorts_getPort()

Port_t* ListOfPorts_getPort ( ListOf_t *  lo,
unsigned int  n 
)

◆ ListOfPorts_remove()

Port_t* ListOfPorts_remove ( ListOf_t *  lo,
unsigned int  n 
)

◆ ListOfPorts_removeById()

Port_t* ListOfPorts_removeById ( ListOf_t *  lo,
const char *  sid 
)