libSBML Perl API  libSBML 5.18.0 Perl API
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_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)
 

Detailed Description

: Implementation of the MultiSpeciesReferencePlugin class

Author
: SBMLTeam

Function Documentation

◆ MultiSpeciesReferencePlugin_addSpeciesTypeComponentMapInProduct()

int MultiSpeciesReferencePlugin_addSpeciesTypeComponentMapInProduct ( MultiSpeciesReferencePlugin_t *  msrp,
const SpeciesTypeComponentMapInProduct_t *  stcmip 
)

◆ MultiSpeciesReferencePlugin_createSpeciesTypeComponentMapInProduct()

SpeciesTypeComponentMapInProduct_t* MultiSpeciesReferencePlugin_createSpeciesTypeComponentMapInProduct ( MultiSpeciesReferencePlugin_t *  msrp)

◆ MultiSpeciesReferencePlugin_getListOfSpeciesTypeComponentMapInProducts()

ListOf_t* MultiSpeciesReferencePlugin_getListOfSpeciesTypeComponentMapInProducts ( MultiSpeciesReferencePlugin_t *  msrp)

◆ MultiSpeciesReferencePlugin_getNumSpeciesTypeComponentMapInProducts()

unsigned int MultiSpeciesReferencePlugin_getNumSpeciesTypeComponentMapInProducts ( MultiSpeciesReferencePlugin_t *  msrp)

◆ MultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProduct()

SpeciesTypeComponentMapInProduct_t* MultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProduct ( MultiSpeciesReferencePlugin_t *  msrp,
unsigned int  n 
)

◆ MultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProductById()

SpeciesTypeComponentMapInProduct_t* MultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProductById ( MultiSpeciesReferencePlugin_t *  msrp,
const char *  sid 
)

◆ MultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProduct()

SpeciesTypeComponentMapInProduct_t* MultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProduct ( MultiSpeciesReferencePlugin_t *  msrp,
unsigned int  n 
)

◆ MultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProductById()

SpeciesTypeComponentMapInProduct_t* MultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProductById ( MultiSpeciesReferencePlugin_t *  msrp,
const char *  sid 
)