libSBML C++ API  5.18.0
MultiSpeciesReferencePlugin.cpp File Reference

: Implementation of the MultiSpeciesReferencePlugin class More...

Include dependency graph for MultiSpeciesReferencePlugin.cpp:

Functions

int MultiSpeciesReferencePlugin_addSpeciesTypeComponentMapInProduct (MultiSpeciesReferencePlugin_t *msrp, const SpeciesTypeComponentMapInProduct_t *stcmip)
 
SpeciesTypeComponentMapInProduct_tMultiSpeciesReferencePlugin_createSpeciesTypeComponentMapInProduct (MultiSpeciesReferencePlugin_t *msrp)
 
ListOf_tMultiSpeciesReferencePlugin_getListOfSpeciesTypeComponentMapInProducts (MultiSpeciesReferencePlugin_t *msrp)
 
unsigned int MultiSpeciesReferencePlugin_getNumSpeciesTypeComponentMapInProducts (MultiSpeciesReferencePlugin_t *msrp)
 
SpeciesTypeComponentMapInProduct_tMultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProduct (MultiSpeciesReferencePlugin_t *msrp, unsigned int n)
 
SpeciesTypeComponentMapInProduct_tMultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProductById (MultiSpeciesReferencePlugin_t *msrp, const char *sid)
 
SpeciesTypeComponentMapInProduct_tMultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProduct (MultiSpeciesReferencePlugin_t *msrp, unsigned int n)
 
SpeciesTypeComponentMapInProduct_tMultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProductById (MultiSpeciesReferencePlugin_t *msrp, const char *sid)
 

Detailed Description

: Implementation of the MultiSpeciesReferencePlugin class

Author
: SBMLTeam

Function Documentation

int MultiSpeciesReferencePlugin_addSpeciesTypeComponentMapInProduct ( MultiSpeciesReferencePlugin_t msrp,
const SpeciesTypeComponentMapInProduct_t stcmip 
)
SpeciesTypeComponentMapInProduct_t* MultiSpeciesReferencePlugin_createSpeciesTypeComponentMapInProduct ( MultiSpeciesReferencePlugin_t msrp)
ListOf_t* MultiSpeciesReferencePlugin_getListOfSpeciesTypeComponentMapInProducts ( MultiSpeciesReferencePlugin_t msrp)
unsigned int MultiSpeciesReferencePlugin_getNumSpeciesTypeComponentMapInProducts ( MultiSpeciesReferencePlugin_t msrp)
SpeciesTypeComponentMapInProduct_t* MultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProduct ( MultiSpeciesReferencePlugin_t msrp,
unsigned int  n 
)
SpeciesTypeComponentMapInProduct_t* MultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProductById ( MultiSpeciesReferencePlugin_t msrp,
const char *  sid 
)
SpeciesTypeComponentMapInProduct_t* MultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProduct ( MultiSpeciesReferencePlugin_t msrp,
unsigned int  n 
)
SpeciesTypeComponentMapInProduct_t* MultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProductById ( MultiSpeciesReferencePlugin_t msrp,
const char *  sid 
)