libSBML C API
libSBML 5.20.4 C API
|
Definition of SBaseRef_t, the SBase_t derived class of the comp package. More...
Functions | |
SBaseRef_t * | SBaseRef_clone (SBaseRef_t *sbr) |
_tReturns_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t. | |
SBaseRef_t * | SBaseRef_create (unsigned int level, unsigned int version, unsigned int pkgVersion) |
_tCreates_t _ta_t _tnew_t _tSBaseRef_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 | SBaseRef_free (SBaseRef_t *sbr) |
_tFrees_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t. | |
char * | SBaseRef_getIdRef (SBaseRef_t *sbr) |
_tTakes_t _ta_t _tSBaseRef_t_t _tstructure_t _tand_t _treturns_t _tits_t _tidRef_t. | |
char * | SBaseRef_getMetaIdRef (SBaseRef_t *sbr) |
_tTakes_t _ta_t _tSBaseRef_t_t _tstructure_t _tand_t _treturns_t _tits_t _tmetaIdRef_t. | |
char * | SBaseRef_getPortRef (SBaseRef_t *sbr) |
_tTakes_t _ta_t _tSBaseRef_t_t _tstructure_t _tand_t _treturns_t _tits_t _tportRef_t. | |
SBaseRef_t * | SBaseRef_getSBaseRef (SBaseRef_t *sbr) |
_tTakes_t _ta_t _tSBaseRef_t_t _tstructure_t _tand_t _treturns_t _tits_t _tchild_t _tSBaseRef_t_t, _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tchild_t _texists_t. | |
char * | SBaseRef_getUnitRef (SBaseRef_t *sbr) |
_tTakes_t _ta_t _tSBaseRef_t_t _tstructure_t _tand_t _treturns_t _tits_t _tunitRef_t. | |
int | SBaseRef_hasRequiredAttributes (SBaseRef_t *sbr) |
_tPredicate_t _treturning_t @_tc_t _ttrue_t _tor_t @_tc_t _tfalse_t _tdepending_t _ton_t _twhether_t _tall_t _tthe_t _trequired_t _tattributes_t _tfor_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t _thave_t _tbeen_t _tset_t. | |
int | SBaseRef_isSetIdRef (SBaseRef_t *sbr) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t'_ts_t _tidRef_t _tis_t _tset_t. | |
int | SBaseRef_isSetMetaIdRef (SBaseRef_t *sbr) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t'_ts_t _tmetaIdRef_t _tis_t _tset_t. | |
int | SBaseRef_isSetPortRef (SBaseRef_t *sbr) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t'_ts_t _tportRef_t _tis_t _tset_t. | |
int | SBaseRef_isSetSBaseRef (SBaseRef_t *sbr) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t'_ts_t _tchild_t _tSBaseRef_t_t _tis_t _tset_t. | |
int | SBaseRef_isSetUnitRef (SBaseRef_t *sbr) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t'_ts_t _tunitRef_t _tis_t _tset_t. | |
int | SBaseRef_setIdRef (SBaseRef_t *sbr, const char *idRef) |
_tSets_t _tthe_t _tidRef_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tidRef_t. | |
int | SBaseRef_setMetaIdRef (SBaseRef_t *sbr, const char *metaIdRef) |
_tSets_t _tthe_t _tmetaIdRef_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tmetaIdRef_t. | |
int | SBaseRef_setPortRef (SBaseRef_t *sbr, const char *portRef) |
_tSets_t _tthe_t _tportRef_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tportRef_t. | |
int | SBaseRef_setSBaseRef (SBaseRef_t *parent, SBaseRef_t *child) |
_tSets_t _tthe_t _tchild_t _tSBaseRef_t_t _tof_t _tthe_t @_tp_t _tparent_t _tSBaseRef_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tchild_t. | |
int | SBaseRef_setUnitRef (SBaseRef_t *sbr, const char *unitRef) |
_tSets_t _tthe_t _tunitRef_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tunitRef_t. | |
int | SBaseRef_unsetIdRef (SBaseRef_t *sbr) |
_tUnsets_t _tthe_t "_tidRef_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t. | |
int | SBaseRef_unsetMetaIdRef (SBaseRef_t *sbr) |
_tUnsets_t _tthe_t "_tmetaIdRef_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t. | |
int | SBaseRef_unsetPortRef (SBaseRef_t *sbr) |
_tUnsets_t _tthe_t "_tportRef_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t. | |
int | SBaseRef_unsetSBaseRef (SBaseRef_t *sbr) |
_tRemoves_t _tthe_t _tSBaseRef_t_t _tchild_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t. | |
int | SBaseRef_unsetUnitRef (SBaseRef_t *sbr) |
_tUnsets_t _tthe_t "_tunitRef_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t. | |
Definition of SBaseRef_t, the SBase_t derived class of the comp package.
SBaseRef_t * SBaseRef_clone | ( | SBaseRef_t * | sbr | ) |
_tReturns_t _ta_t _tcopy_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _tstructure_t _tto_t _tcopy_t.
@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthe_t _tSBaseRef_t_t.
@_tmemberof_t _tSBaseRef_t_t
SBaseRef_t * SBaseRef_create | ( | unsigned int | level, |
unsigned int | version, | ||
unsigned int | pkgVersion | ||
) |
_tCreates_t _ta_t _tnew_t _tSBaseRef_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 _tSBaseRef_t_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 _tSBaseRef_t_t. @_tparam_t _tpkgVersion_t _tan_t _tunsigned_t _tint_t, _tthe_t _tSBML_t '_tcomp_t' _tpackage_t _tVersion_t _tto_t _tassign_t _tto_t _tthis_t _tSBaseRef_t_t.
@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnewly_t _tcreated_t _tSBaseRef_t_t _tstructure_t.
@_tmemberof_t _tSBaseRef_t_t
_tCreates_t _ta_t _tnew_t _tSBaseRef_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 SBaseRef_free | ( | SBaseRef_t * | sbr | ) |
_tFrees_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _tstructure_t _tto_t _tfree_t.
@_tmemberof_t _tSBaseRef_t_t
char * SBaseRef_getIdRef | ( | SBaseRef_t * | sbr | ) |
_tTakes_t _ta_t _tSBaseRef_t_t _tstructure_t _tand_t _treturns_t _tits_t _tidRef_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _twhose_t _tidRef_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tidRef_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t, _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tmemberof_t _tSBaseRef_t_t
char * SBaseRef_getMetaIdRef | ( | SBaseRef_t * | sbr | ) |
_tTakes_t _ta_t _tSBaseRef_t_t _tstructure_t _tand_t _treturns_t _tits_t _tmetaIdRef_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _twhose_t _tmetaIdRef_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tmetaIdRef_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t, _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tmemberof_t _tSBaseRef_t_t
char * SBaseRef_getPortRef | ( | SBaseRef_t * | sbr | ) |
_tTakes_t _ta_t _tSBaseRef_t_t _tstructure_t _tand_t _treturns_t _tits_t _tportRef_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _twhose_t _tportRef_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tportRef_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t, _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tmemberof_t _tSBaseRef_t_t
SBaseRef_t * SBaseRef_getSBaseRef | ( | SBaseRef_t * | sbr | ) |
_tTakes_t _ta_t _tSBaseRef_t_t _tstructure_t _tand_t _treturns_t _tits_t _tchild_t _tSBaseRef_t_t, _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tchild_t _texists_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _twhose_t _tchild_t _tSBaseRef_t_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tchild_t _tSBaseRef_t_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t, _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tchild_t _texists_t.
@_tmemberof_t _tSBaseRef_t_t
char * SBaseRef_getUnitRef | ( | SBaseRef_t * | sbr | ) |
_tTakes_t _ta_t _tSBaseRef_t_t _tstructure_t _tand_t _treturns_t _tits_t _tunitRef_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _twhose_t _tunitRef_t _tis_t _tsought_t.
@_treturn_t _tthe_t _tunitRef_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t, _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.
@_tmemberof_t _tSBaseRef_t_t
int SBaseRef_hasRequiredAttributes | ( | SBaseRef_t * | sbr | ) |
_tPredicate_t _treturning_t @_tc_t _ttrue_t _tor_t @_tc_t _tfalse_t _tdepending_t _ton_t _twhether_t _tall_t _tthe_t _trequired_t _tattributes_t _tfor_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t _thave_t _tbeen_t _tset_t.
@_tnote_t _tThe_t _trequired_t _tattributes_t _tfor_t _ta_t _tSBaseRef_t_t _tstructure_t _tare_t _tthat_t _tit_t _tmust_t _tuse_t _texactly_t _tone_t _tattribute_t _tto_t _trefer_t _tto_t _tits_t _ttarget_t.
@_tmemberof_t _tSBaseRef_t_t
int SBaseRef_isSetIdRef | ( | SBaseRef_t * | sbr | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t'_ts_t _tidRef_t _tis_t _tset_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tidRef_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tSBaseRef_t_t
int SBaseRef_isSetMetaIdRef | ( | SBaseRef_t * | sbr | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t'_ts_t _tmetaIdRef_t _tis_t _tset_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tmetaIdRef_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tSBaseRef_t_t
int SBaseRef_isSetPortRef | ( | SBaseRef_t * | sbr | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t'_ts_t _tportRef_t _tis_t _tset_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tportRef_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tSBaseRef_t_t
int SBaseRef_isSetSBaseRef | ( | SBaseRef_t * | sbr | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t'_ts_t _tchild_t _tSBaseRef_t_t _tis_t _tset_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tSBaseRef_t_t _tchild_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tSBaseRef_t_t
int SBaseRef_isSetUnitRef | ( | SBaseRef_t * | sbr | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t'_ts_t _tunitRef_t _tis_t _tset_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _tstructure_t _tto_t _tquery_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tunitRef_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tSBaseRef_t_t
int SBaseRef_setIdRef | ( | SBaseRef_t * | sbr, |
const char * | idRef | ||
) |
_tSets_t _tthe_t _tidRef_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tidRef_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _tstructure_t _tto_t _tset_t. @_tparam_t _tidRef_t _tthe_t _tidRef_t _tto_t _tassign_t _tto_t _tthe_t _tgiven_t _tSBaseRef_t_t'_ts_t "_tidRef_t" _tattribute_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}
@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tthe_t _tname_t _tset_t _tto_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tidRef_t" _tattribute_t.
@_tmemberof_t _tSBaseRef_t_t
int SBaseRef_setMetaIdRef | ( | SBaseRef_t * | sbr, |
const char * | metaIdRef | ||
) |
_tSets_t _tthe_t _tmetaIdRef_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tmetaIdRef_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _tstructure_t _tto_t _tset_t. @_tparam_t _tmetaIdRef_t _tthe_t _tmetaIdRef_t _tto_t _tassign_t _tto_t _tthe_t _tgiven_t _tSBaseRef_t_t'_ts_t "_tmetaIdRef_t" _tattribute_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}
@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tthe_t _tname_t _tset_t _tto_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tmetaIdRef_t" _tattribute_t.
@_tmemberof_t _tSBaseRef_t_t
int SBaseRef_setPortRef | ( | SBaseRef_t * | sbr, |
const char * | portRef | ||
) |
_tSets_t _tthe_t _tportRef_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tportRef_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _tstructure_t _tto_t _tset_t. @_tparam_t _tportRef_t _tthe_t _tportRef_t _tto_t _tassign_t _tto_t _tthe_t _tgiven_t _tSBaseRef_t_t'_ts_t "_tportRef_t" _tattribute_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}
@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tthe_t _tname_t _tset_t _tto_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tportRef_t" _tattribute_t.
@_tmemberof_t _tSBaseRef_t_t
int SBaseRef_setSBaseRef | ( | SBaseRef_t * | parent, |
SBaseRef_t * | child | ||
) |
_tSets_t _tthe_t _tchild_t _tSBaseRef_t_t _tof_t _tthe_t @_tp_t _tparent_t _tSBaseRef_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tchild_t.
@_tparam_t _tparent_t _tthe_t _tparent_t _tSBaseRef_t_t _tstructure_t. @_tparam_t _tchild_t _tthe_t _tintended_t _tchild_t _tSBaseRef_t_t _tstructure_t _tto_t _tcopy_t.
@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_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}
@_tmemberof_t _tSBaseRef_t_t
int SBaseRef_setUnitRef | ( | SBaseRef_t * | sbr, |
const char * | unitRef | ||
) |
_tSets_t _tthe_t _tunitRef_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tto_t _ta_t _tcopy_t _tof_t @_tp_t _tunitRef_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _tstructure_t _tto_t _tset_t. @_tparam_t _tunitRef_t _tthe_t _tunitRef_t _tto_t _tassign_t _tto_t _tthe_t _tgiven_t _tSBaseRef_t_t'_ts_t "_tunitRef_t" _tattribute_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}
@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tthe_t _tname_t _tset_t _tto_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tunitRef_t" _tattribute_t.
@_tmemberof_t _tSBaseRef_t_t
int SBaseRef_unsetIdRef | ( | SBaseRef_t * | sbr | ) |
_tUnsets_t _tthe_t "_tidRef_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _tstructure_t _tto_t _tunset_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}
@_tmemberof_t _tSBaseRef_t_t
int SBaseRef_unsetMetaIdRef | ( | SBaseRef_t * | sbr | ) |
_tUnsets_t _tthe_t "_tmetaIdRef_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _tstructure_t _tto_t _tunset_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}
@_tmemberof_t _tSBaseRef_t_t
int SBaseRef_unsetPortRef | ( | SBaseRef_t * | sbr | ) |
_tUnsets_t _tthe_t "_tportRef_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _tstructure_t _tto_t _tunset_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}
@_tmemberof_t _tSBaseRef_t_t
int SBaseRef_unsetSBaseRef | ( | SBaseRef_t * | sbr | ) |
_tRemoves_t _tthe_t _tSBaseRef_t_t _tchild_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _tstructure_t _tto_t _tunset_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}
@_tmemberof_t _tSBaseRef_t_t
int SBaseRef_unsetUnitRef | ( | SBaseRef_t * | sbr | ) |
_tUnsets_t _tthe_t "_tunitRef_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tSBaseRef_t_t _tstructure_t.
@_tparam_t _tsbr_t _tthe_t _tSBaseRef_t_t _tstructure_t _tto_t _tunset_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}
@_tmemberof_t _tSBaseRef_t_t