libSBML C API  libSBML 5.20.2 C API
Loading...
Searching...
No Matches
GeneProduct.h File Reference

Implementation of the GeneProduct_t class. More...

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

Functions

GeneProduct_tGeneProduct_clone (GeneProduct_t *gp)
 _tCreates_t _ta_t _tdeep_t _tcopy_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.
 
GeneProduct_tGeneProduct_create (unsigned int level, unsigned int version, unsigned int pkgVersion)
 _tCreates_t _ta_t _tnew_t _tGeneProduct_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBML_t @_tp_t _tlevel_t _tand_t @_tp_t _tversion_t, _tand_t _tthe_t @_tp_t _tpkgVersion_t _tpackage_t _tversion_t.
 
void GeneProduct_free (GeneProduct_t *gp)
 _tFrees_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.
 
const char * GeneProduct_getAssociatedSpecies (const GeneProduct_t *gp)
 _tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tassociatedSpecies_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.
 
const char * GeneProduct_getId (const GeneProduct_t *gp)
 _tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.
 
const char * GeneProduct_getLabel (const GeneProduct_t *gp)
 _tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tlabel_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.
 
const char * GeneProduct_getName (const GeneProduct_t *gp)
 _tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.
 
int GeneProduct_hasRequiredAttributes (const GeneProduct_t *gp)
 _tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tall_t _tthe_t _trequired_t _tattributes_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t _thave_t _tbeen_t _tset_t.
 
int GeneProduct_isSetAssociatedSpecies (const GeneProduct_t *gp)
 _tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t'_ts_t "_tassociatedSpecies_t" _tis_t _tset_t.
 
int GeneProduct_isSetId (const GeneProduct_t *gp)
 _tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t'_ts_t "_tid_t" _tis_t _tset_t.
 
int GeneProduct_isSetLabel (const GeneProduct_t *gp)
 _tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t'_ts_t "_tlabel_t" _tis_t _tset_t.
 
int GeneProduct_isSetName (const GeneProduct_t *gp)
 _tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t'_ts_t "_tname_t" _tis_t _tset_t.
 
int GeneProduct_setAssociatedSpecies (GeneProduct_t *gp, const char *associatedSpecies)
 _tSets_t _tthe_t "_tassociatedSpecies_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.
 
int GeneProduct_setId (GeneProduct_t *gp, const char *id)
 _tSets_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.
 
int GeneProduct_setLabel (GeneProduct_t *gp, const char *label)
 _tSets_t _tthe_t "_tlabel_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.
 
int GeneProduct_setName (GeneProduct_t *gp, const char *name)
 _tSets_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.
 
int GeneProduct_unsetAssociatedSpecies (GeneProduct_t *gp)
 _tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tassociatedSpecies_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.
 
int GeneProduct_unsetId (GeneProduct_t *gp)
 _tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.
 
int GeneProduct_unsetLabel (GeneProduct_t *gp)
 _tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tlabel_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.
 
int GeneProduct_unsetName (GeneProduct_t *gp)
 _tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.
 
GeneProduct_tListOfGeneProducts_getById (ListOf_t *lo, const char *sid)
 _tReturn_t _tthe_t _tstructure_t _tindicated_t _tby_t _tthe_t _tgiven_t @_tp_t _tsid_t.
 
GeneProduct_tListOfGeneProducts_removeById (ListOf_t *lo, const char *sid)
 _tRemoves_t _tthe_t _tstructure_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tfrom_t _tthe_t _tgiven_t _tListOf_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 

Detailed Description

Implementation of the GeneProduct_t class.

Author
SBMLTeam

Function Documentation

◆ GeneProduct_clone()

GeneProduct_t * GeneProduct_clone ( GeneProduct_t gp)

_tCreates_t _ta_t _tdeep_t _tcopy_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_t _tto_t _tbe_t _tcopied_t.

@_treturns_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t, _tor_t _ta_t _tnull_t _tpointer_t _tif_t _ta_t _tfailure_t _toccurred_t.

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_create()

GeneProduct_t * GeneProduct_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

_tCreates_t _ta_t _tnew_t _tGeneProduct_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBML_t @_tp_t _tlevel_t _tand_t @_tp_t _tversion_t, _tand_t _tthe_t @_tp_t _tpkgVersion_t _tpackage_t _tversion_t.

@_tparam_t _tlevel_t _tan_t _tunsigned_t _tint_t, _tthe_t _tSBML_t _tlevel_t _tto_t _tassign_t _tto_t _tthis_t _tGeneProduct_t_t _tstructure_t.

@_tparam_t _tversion_t _tan_t _tunsigned_t _tint_t, _tthe_t _tSBML_t _tversion_t _tto_t _tassign_t _tto_t _tthis_t _tGeneProduct_t_t _tstructure_t.

@_tparam_t _tpkgVersion_t _tan_t _tunsigned_t _tint_t, _tthe_t _tversion_t _tof_t _tthe_t _tpackage_t _tto_t _tassign_t _tto_t _tthis_t _tGeneProduct_t_t _tstructure_t.

@_treturns_t _tthe_t _tnewly_t-_tcreated_t _tGeneProduct_t_t _tstructure_t, _tor_t _ta_t _tnull_t _tpointer_t _tif_t _tan_t _terror_t _toccurred_t _tduring_t _tconstruction_t.

@_tcopydetails_t _tdoc_note_setting_lv_t

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_free()

void GeneProduct_free ( GeneProduct_t gp)

_tFrees_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_t _tto_t _tbe_t _tfreed_t.

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_getAssociatedSpecies()

const char * GeneProduct_getAssociatedSpecies ( const GeneProduct_t gp)

_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tassociatedSpecies_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_t.

@_treturn_t _tthe_t _tassociatedSpecies_t _tof_t _tthis_t _tstructure_t.

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_getId()

const char * GeneProduct_getId ( const GeneProduct_t gp)

_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_t.

@_treturn_t _tthe_t _tid_t _tof_t _tthis_t _tstructure_t.

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_getLabel()

const char * GeneProduct_getLabel ( const GeneProduct_t gp)

_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tlabel_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_t.

@_treturn_t _tthe_t _tlabel_t _tof_t _tthis_t _tstructure_t.

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_getName()

const char * GeneProduct_getName ( const GeneProduct_t gp)

_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_t.

@_treturn_t _tthe_t _tname_t _tof_t _tthis_t _tstructure_t.

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_hasRequiredAttributes()

int GeneProduct_hasRequiredAttributes ( const GeneProduct_t gp)

_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tall_t _tthe_t _trequired_t _tattributes_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t _thave_t _tbeen_t _tset_t.

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_t _tto_t _tcheck_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tall_t _tthe_t _trequired_t _tattributes_t _tfor_t _tthis_t _tstructure_t _thave_t _tbeen_t _tdefined_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_isSetAssociatedSpecies()

int GeneProduct_isSetAssociatedSpecies ( const GeneProduct_t gp)

_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t'_ts_t "_tassociatedSpecies_t" _tis_t _tset_t.

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tassociatedSpecies_t" _tof_t _tthis_t _tGeneProduct_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_isSetId()

int GeneProduct_isSetId ( const GeneProduct_t gp)

_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t'_ts_t "_tid_t" _tis_t _tset_t.

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tid_t" _tof_t _tthis_t _tGeneProduct_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_isSetLabel()

int GeneProduct_isSetLabel ( const GeneProduct_t gp)

_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t'_ts_t "_tlabel_t" _tis_t _tset_t.

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tlabel_t" _tof_t _tthis_t _tGeneProduct_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_isSetName()

int GeneProduct_isSetName ( const GeneProduct_t gp)

_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t'_ts_t "_tname_t" _tis_t _tset_t.

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tname_t" _tof_t _tthis_t _tGeneProduct_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_setAssociatedSpecies()

int GeneProduct_setAssociatedSpecies ( GeneProduct_t gp,
const char *  associatedSpecies 
)

_tSets_t _tthe_t "_tassociatedSpecies_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.

_tThis_t _tfunction_t _tcopies_t _tthe_t _tstring_t _tgiven_t _tin_t @_tp_t _tassociatedSpecies_t. _tIf_t _tthe_t _tstring_t _tis_t _ta_t _tnull_t _tpointer_t, _tthis_t _tfunction_t _tis_t _tequivalent_t _tto_t _tcalling_t _tGeneProduct_unsetAssociatedSpecies_t().

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_t.

@_tparam_t _tassociatedSpecies_t _tthe_t _tstring_t _tto_t _twhich_t _tthe_t _tstructures_t "_tassociatedSpecies_t" _tattribute_t _tshould_t _tbe_t _tset_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}

@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _ta_t _tnull_t _tpointer_t _tfor_t @_tp_t _tassociatedSpecies_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t _tvalue_t _tof_t _tthe_t "_tassociatedSpecies_t" _tattribute_t.

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_setId()

int GeneProduct_setId ( GeneProduct_t gp,
const char *  id 
)

_tSets_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.

_tThis_t _tfunction_t _tcopies_t _tthe_t _tstring_t _tgiven_t _tin_t @_tp_t _tid_t. _tIf_t _tthe_t _tstring_t _tis_t _ta_t _tnull_t _tpointer_t, _tthis_t _tfunction_t _tis_t _tequivalent_t _tto_t _tcalling_t _tGeneProduct_unsetId_t().

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_t.

@_tparam_t _tid_t _tthe_t _tstring_t _tto_t _twhich_t _tthe_t _tstructures_t "_tid_t" _tattribute_t _tshould_t _tbe_t _tset_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}

@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _ta_t _tnull_t _tpointer_t _tfor_t @_tp_t _tid_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t.

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_setLabel()

int GeneProduct_setLabel ( GeneProduct_t gp,
const char *  label 
)

_tSets_t _tthe_t "_tlabel_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.

_tThis_t _tfunction_t _tcopies_t _tthe_t _tstring_t _tgiven_t _tin_t @_tp_t _tlabel_t. _tIf_t _tthe_t _tstring_t _tis_t _ta_t _tnull_t _tpointer_t, _tthis_t _tfunction_t _tis_t _tequivalent_t _tto_t _tcalling_t _tGeneProduct_unsetLabel_t().

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_t.

@_tparam_t _tlabel_t _tthe_t _tstring_t _tto_t _twhich_t _tthe_t _tstructures_t "_tlabel_t" _tattribute_t _tshould_t _tbe_t _tset_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}

@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _ta_t _tnull_t _tpointer_t _tfor_t @_tp_t _tlabel_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t _tvalue_t _tof_t _tthe_t "_tlabel_t" _tattribute_t.

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_setName()

int GeneProduct_setName ( GeneProduct_t gp,
const char *  name 
)

_tSets_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.

_tThis_t _tfunction_t _tcopies_t _tthe_t _tstring_t _tgiven_t _tin_t @_tp_t _tname_t. _tIf_t _tthe_t _tstring_t _tis_t _ta_t _tnull_t _tpointer_t, _tthis_t _tfunction_t _tis_t _tequivalent_t _tto_t _tcalling_t _tGeneProduct_unsetName_t().

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_t.

@_tparam_t _tname_t _tthe_t _tstring_t _tto_t _twhich_t _tthe_t _tstructures_t "_tname_t" _tattribute_t _tshould_t _tbe_t _tset_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}

@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _ta_t _tnull_t _tpointer_t _tfor_t @_tp_t _tname_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t.

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_unsetAssociatedSpecies()

int GeneProduct_unsetAssociatedSpecies ( GeneProduct_t gp)

_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tassociatedSpecies_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_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}

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_unsetId()

int GeneProduct_unsetId ( GeneProduct_t gp)

_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_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}

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_unsetLabel()

int GeneProduct_unsetLabel ( GeneProduct_t gp)

_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tlabel_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_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}

@_tmemberof_t _tGeneProduct_t_t

◆ GeneProduct_unsetName()

int GeneProduct_unsetName ( GeneProduct_t gp)

_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tGeneProduct_t_t _tstructure_t.

@_tparam_t _tgp_t _tthe_t _tGeneProduct_t_t _tstructure_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}

@_tmemberof_t _tGeneProduct_t_t

◆ ListOfGeneProducts_getById()

GeneProduct_t * ListOfGeneProducts_getById ( ListOf_t lo,
const char *  sid 
)

_tReturn_t _tthe_t _tstructure_t _tindicated_t _tby_t _tthe_t _tgiven_t @_tp_t _tsid_t.

@_tparam_t _tlo_t _tthe_t _tListOf_t_t _tstructure_t _tto_t _tuse_t.

@_tparam_t _tsid_t _ta_t _tstring_t _tmatching_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _telement_t _tsought_t.

@_treturn_t _tthe_t _tstructure_t _tfor_t _tthe_t _tgiven_t _tvariable_t, _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tobject_t _texists_t _tin_t _tthe_t _tlist_t.

@_tmemberof_t _tListOfGeneProducts_t_t

◆ ListOfGeneProducts_removeById()

GeneProduct_t * ListOfGeneProducts_removeById ( ListOf_t lo,
const char *  sid 
)

_tRemoves_t _tthe_t _tstructure_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tfrom_t _tthe_t _tgiven_t _tListOf_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

* _tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tlo_t _tthe_t _tListOf_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tsought_t _tstructure_t.

@_treturn_t _tthe_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tno_t _tstructure_t _twith_t _tthe_t "_tid_t" _tattribute_t _texists_t _tin_t _tthe_t _tgiven_t _tListOf_t_t _tstructure_t.

@_tmemberof_t _tListOfGeneProducts_t_t