libSBML C API  libSBML 5.20.4 C API
Loading...
Searching...
No Matches
MultiSpeciesReferencePlugin.h File Reference

: Implementation of the MultiSpeciesReferencePlugin_t class More...

Include dependency graph for MultiSpeciesReferencePlugin.h:
This graph shows which files directly or indirectly include this file:

Functions

int MultiSpeciesReferencePlugin_addSpeciesTypeComponentMapInProduct (MultiSpeciesReferencePlugin_t *msrp, const SpeciesTypeComponentMapInProduct_t *stcmip)
 _tAdds_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tSpeciesTypeComponentMapInProduct_t_t _tto_t _tthis_t _tMultiSpeciesReferencePlugin_t_t.
 
SpeciesTypeComponentMapInProduct_tMultiSpeciesReferencePlugin_createSpeciesTypeComponentMapInProduct (MultiSpeciesReferencePlugin_t *msrp)
 _tCreates_t _ta_t _tnew_t _tSpeciesTypeComponentMapInProduct_t_t _tobject_t, _tadds_t _tit_t _tto_t _tthis_t _tMultiSpeciesReferencePlugin_t_t _tobject_t _tand_t _treturns_t _tthe_t _tSpeciesTypeComponentMapInProduct_t_t _tobject_t _tcreated_t.
 
ListOf_tMultiSpeciesReferencePlugin_getListOfSpeciesTypeComponentMapInProducts (MultiSpeciesReferencePlugin_t *msrp)
 _tReturns_t _ta_t _tListOf_t_t * _tcontaining_t _tSpeciesTypeComponentMapInProduct_t_t _tobjects_t _tfrom_t _tthis_t _tMultiSpeciesReferencePlugin_t_t.
 
unsigned int MultiSpeciesReferencePlugin_getNumSpeciesTypeComponentMapInProducts (MultiSpeciesReferencePlugin_t *msrp)
 _tGet_t _tthe_t _tnumber_t _tof_t _tSpeciesTypeComponentMapInProduct_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesReferencePlugin_t_t.
 
SpeciesTypeComponentMapInProduct_tMultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProduct (MultiSpeciesReferencePlugin_t *msrp, unsigned int n)
 _tGet_t _ta_t _tSpeciesTypeComponentMapInProduct_t_t _tfrom_t _tthe_t _tMultiSpeciesReferencePlugin_t_t.
 
SpeciesTypeComponentMapInProduct_tMultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProductById (MultiSpeciesReferencePlugin_t *msrp, const char *sid)
 _tGet_t _ta_t _tSpeciesTypeComponentMapInProduct_t_t _tfrom_t _tthe_t _tMultiSpeciesReferencePlugin_t_t _tbased_t _ton_t _tits_t _tidentifier_t.
 
SpeciesTypeComponentMapInProduct_tMultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProduct (MultiSpeciesReferencePlugin_t *msrp, unsigned int n)
 _tRemoves_t _tthe_t _tnth_t _tSpeciesTypeComponentMapInProduct_t_t _tfrom_t _tthis_t _tMultiSpeciesReferencePlugin_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
SpeciesTypeComponentMapInProduct_tMultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProductById (MultiSpeciesReferencePlugin_t *msrp, const char *sid)
 _tRemoves_t _tthe_t _tSpeciesTypeComponentMapInProduct_t_t _tfrom_t _tthis_t _tMultiSpeciesReferencePlugin_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 

Detailed Description

: Implementation of the MultiSpeciesReferencePlugin_t class

Author
: SBMLTeam

Function Documentation

◆ MultiSpeciesReferencePlugin_addSpeciesTypeComponentMapInProduct()

int MultiSpeciesReferencePlugin_addSpeciesTypeComponentMapInProduct ( MultiSpeciesReferencePlugin_t msrp,
const SpeciesTypeComponentMapInProduct_t stcmip 
)

_tAdds_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tSpeciesTypeComponentMapInProduct_t_t _tto_t _tthis_t _tMultiSpeciesReferencePlugin_t_t.

@_tparam_t _tmsrp_t _tthe_t _tMultiSpeciesReferencePlugin_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tSpeciesTypeComponentMapInProduct_t_t _tshould_t _tbe_t _tadded_t.

@_tparam_t _tstcmip_t _tthe_t _tSpeciesTypeComponentMapInProduct_t_t _tobject_t _tto_t _tadd_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_LEVEL_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_PKG_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_DUPLICATE_OBJECT_ID_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tMultiSpeciesReferencePlugin_t_t

◆ MultiSpeciesReferencePlugin_createSpeciesTypeComponentMapInProduct()

SpeciesTypeComponentMapInProduct_t * MultiSpeciesReferencePlugin_createSpeciesTypeComponentMapInProduct ( MultiSpeciesReferencePlugin_t msrp)

_tCreates_t _ta_t _tnew_t _tSpeciesTypeComponentMapInProduct_t_t _tobject_t, _tadds_t _tit_t _tto_t _tthis_t _tMultiSpeciesReferencePlugin_t_t _tobject_t _tand_t _treturns_t _tthe_t _tSpeciesTypeComponentMapInProduct_t_t _tobject_t _tcreated_t.

@_tparam_t _tmsrp_t _tthe_t _tMultiSpeciesReferencePlugin_t_t _tstructure_t _tto_t _twhich_t _tthe_t _tSpeciesTypeComponentMapInProduct_t_t _tshould_t _tbe_t _tadded_t.

@_treturn_t _ta_t _tnew_t _tSpeciesTypeComponentMapInProduct_t_t _tobject_t _tinstance_t.

@_tcopydetails_t _tdoc_returned_unowned_pointer_t

@_tmemberof_t _tMultiSpeciesReferencePlugin_t_t

◆ MultiSpeciesReferencePlugin_getListOfSpeciesTypeComponentMapInProducts()

ListOf_t * MultiSpeciesReferencePlugin_getListOfSpeciesTypeComponentMapInProducts ( MultiSpeciesReferencePlugin_t msrp)

_tReturns_t _ta_t _tListOf_t_t * _tcontaining_t _tSpeciesTypeComponentMapInProduct_t_t _tobjects_t _tfrom_t _tthis_t _tMultiSpeciesReferencePlugin_t_t.

@_tparam_t _tmsrp_t _tthe_t _tMultiSpeciesReferencePlugin_t_t _tstructure_t _twhose_t _tListOfSpeciesTypeComponentMapsInProduct_t _tis_t _tsought_t.

@_treturn_t _tthe_t _tListOfSpeciesTypeComponentMapsInProduct_t _tfrom_t _tthis_t _tMultiSpeciesReferencePlugin_t_t _tas_t _ta_t _tListOf_t_t *.

@_tcopydetails_t _tdoc_returned_unowned_pointer_t

@_tsee_t _tMultiSpeciesReferencePlugin_addSpeciesTypeComponentMapInProduct_t() @_tsee_t _tMultiSpeciesReferencePlugin_createSpeciesTypeComponentMapInProduct_t() @_tsee_t _tMultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProductById_t() @_tsee_t _tMultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProduct_t() @_tsee_t _tMultiSpeciesReferencePlugin_getNumSpeciesTypeComponentMapInProducts_t() @_tsee_t _tMultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProductById_t() @_tsee_t _tMultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProduct_t()

@_tmemberof_t _tMultiSpeciesReferencePlugin_t_t

◆ MultiSpeciesReferencePlugin_getNumSpeciesTypeComponentMapInProducts()

unsigned int MultiSpeciesReferencePlugin_getNumSpeciesTypeComponentMapInProducts ( MultiSpeciesReferencePlugin_t msrp)

_tGet_t _tthe_t _tnumber_t _tof_t _tSpeciesTypeComponentMapInProduct_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesReferencePlugin_t_t.

@_tparam_t _tmsrp_t _tthe_t _tMultiSpeciesReferencePlugin_t_t _tstructure_t _tto_t _tquery_t.

@_treturn_t _tthe_t _tnumber_t _tof_t _tSpeciesTypeComponentMapInProduct_t_t _tobjects_t _tin_t _tthis_t _tMultiSpeciesReferencePlugin_t_t.

@_tmemberof_t _tMultiSpeciesReferencePlugin_t_t

◆ MultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProduct()

SpeciesTypeComponentMapInProduct_t * MultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProduct ( MultiSpeciesReferencePlugin_t msrp,
unsigned int  n 
)

_tGet_t _ta_t _tSpeciesTypeComponentMapInProduct_t_t _tfrom_t _tthe_t _tMultiSpeciesReferencePlugin_t_t.

@_tparam_t _tmsrp_t _tthe_t _tMultiSpeciesReferencePlugin_t_t _tstructure_t _tto_t _tsearch_t.

@_tparam_t _tn_t _tan_t _tunsigned_t _tint_t _trepresenting_t _tthe_t _tindex_t _tof_t _tthe_t _tSpeciesTypeComponentMapInProduct_t_t _tto_t _tretrieve_t.

@_treturn_t _tthe_t _tnth_t _tSpeciesTypeComponentMapInProduct_t_t _tin_t _tthe_t _tListOfSpeciesTypeComponentMapsInProduct_t _twithin_t _tthis_t _tMultiSpeciesReferencePlugin_t. _tIf_t _tthe_t _tindex_t @_tp_t _tn_t _tis_t _tinvalid_t, @_tc_t _tNULL_t _tis_t _treturned_t.

@_tcopydetails_t _tdoc_returned_unowned_pointer_t

@_tmemberof_t _tMultiSpeciesReferencePlugin_t_t

◆ MultiSpeciesReferencePlugin_getSpeciesTypeComponentMapInProductById()

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

_tGet_t _ta_t _tSpeciesTypeComponentMapInProduct_t_t _tfrom_t _tthe_t _tMultiSpeciesReferencePlugin_t_t _tbased_t _ton_t _tits_t _tidentifier_t.

@_tparam_t _tmsrp_t _tthe_t _tMultiSpeciesReferencePlugin_t_t _tstructure_t _tto_t _tsearch_t.

@_tparam_t _tsid_t _ta_t _tstring_t _trepresenting_t _tthe_t _tidentifier_t _tof_t _tthe_t _tSpeciesTypeComponentMapInProduct_t_t _tto_t _tretrieve_t.

@_treturn_t _tthe_t _tSpeciesTypeComponentMapInProduct_t_t _tin_t _tthe_t _tListOfSpeciesTypeComponentMapsInProduct_t _twithin_t _tthis_t _tMultiSpeciesReferencePlugin_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tSpeciesTypeComponentMapInProduct_t_t _texists_t.

@_tcopydetails_t _tdoc_returned_unowned_pointer_t

@_tmemberof_t _tMultiSpeciesReferencePlugin_t_t

◆ MultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProduct()

SpeciesTypeComponentMapInProduct_t * MultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProduct ( MultiSpeciesReferencePlugin_t msrp,
unsigned int  n 
)

_tRemoves_t _tthe_t _tnth_t _tSpeciesTypeComponentMapInProduct_t_t _tfrom_t _tthis_t _tMultiSpeciesReferencePlugin_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _tmsrp_t _tthe_t _tMultiSpeciesReferencePlugin_t_t _tstructure_t _tto_t _tsearch_t.

@_tparam_t _tn_t _tan_t _tunsigned_t _tint_t _trepresenting_t _tthe_t _tindex_t _tof_t _tthe_t _tSpeciesTypeComponentMapInProduct_t_t _tto_t _tremove_t.

@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnth_t _tSpeciesTypeComponentMapInProduct_t_t _tin_t _tthis_t _tMultiSpeciesReferencePlugin_t_t.

@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t

@_tmemberof_t _tMultiSpeciesReferencePlugin_t_t

◆ MultiSpeciesReferencePlugin_removeSpeciesTypeComponentMapInProductById()

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

_tRemoves_t _tthe_t _tSpeciesTypeComponentMapInProduct_t_t _tfrom_t _tthis_t _tMultiSpeciesReferencePlugin_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _tmsrp_t _tthe_t _tMultiSpeciesReferencePlugin_t_t _tstructure_t _tto_t _tsearch_t.

@_tparam_t _tsid_t _ta_t _tstring_t _trepresenting_t _tthe_t _tidentifier_t _tof_t _tthe_t _tSpeciesTypeComponentMapInProduct_t_t _tto_t _tremove_t.

@_treturn_t _tthe_t _tSpeciesTypeComponentMapInProduct_t_t _tin_t _tthis_t _tMultiSpeciesReferencePlugin_t_t _tbased_t _ton_t _tthe_t _tidentifier_t _tor_t _tNULL_t _tif_t _tno_t _tsuch_t _tSpeciesTypeComponentMapInProduct_t_t _texists_t.

@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t

@_tmemberof_t _tMultiSpeciesReferencePlugin_t_t