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

Definition of the KeyValuePair_t class. More...

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

Functions

KeyValuePair_tKeyValuePair_clone (const KeyValuePair_t *kvp)
 _tCreates_t _tand_t _treturns_t _ta_t _tdeep_t _tcopy_t _tof_t _tthis_t _tKeyValuePair_t_t _tobject_t.
 
KeyValuePair_tKeyValuePair_create (unsigned int level, unsigned int version, unsigned int pkgVersion)
 _tCreates_t _ta_t _tnew_t _tKeyValuePair_t_t _tusing_t _tthe_t _tgiven_t _tSBML_t _tLevel_t, _tVersion_t _tand_t &_tldquo_t;_tfbc_t&_trdquo_t; _tpackage_t _tversion_t.
 
void KeyValuePair_free (KeyValuePair_t *kvp)
 _tFrees_t _tthis_t _tKeyValuePair_t_t _tobject_t.
 
char * KeyValuePair_getId (const KeyValuePair_t *kvp)
 _tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.
 
char * KeyValuePair_getKey (const KeyValuePair_t *kvp)
 _tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tkey_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.
 
char * KeyValuePair_getName (const KeyValuePair_t *kvp)
 _tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.
 
char * KeyValuePair_getUri (const KeyValuePair_t *kvp)
 _tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_turi_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.
 
char * KeyValuePair_getValue (const KeyValuePair_t *kvp)
 _tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tvalue_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.
 
int KeyValuePair_hasRequiredAttributes (const KeyValuePair_t *kvp)
 _tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tall_t _tthe_t _trequired_t _tattributes_t _tfor_t _tthis_t _tKeyValuePair_t_t _tobject_t _thave_t _tbeen_t _tset_t.
 
int KeyValuePair_isSetId (const KeyValuePair_t *kvp)
 _tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tKeyValuePair_t_t'_ts_t "_tid_t" _tattribute_t _tis_t _tset_t.
 
int KeyValuePair_isSetKey (const KeyValuePair_t *kvp)
 _tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tKeyValuePair_t_t'_ts_t "_tkey_t" _tattribute_t _tis_t _tset_t.
 
int KeyValuePair_isSetName (const KeyValuePair_t *kvp)
 _tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tKeyValuePair_t_t'_ts_t "_tname_t" _tattribute_t _tis_t _tset_t.
 
int KeyValuePair_isSetUri (const KeyValuePair_t *kvp)
 _tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tKeyValuePair_t_t'_ts_t "_turi_t" _tattribute_t _tis_t _tset_t.
 
int KeyValuePair_isSetValue (const KeyValuePair_t *kvp)
 _tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tKeyValuePair_t_t'_ts_t "_tvalue_t" _tattribute_t _tis_t _tset_t.
 
int KeyValuePair_setId (KeyValuePair_t *kvp, const char *id)
 _tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.
 
int KeyValuePair_setKey (KeyValuePair_t *kvp, const char *key)
 _tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tkey_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.
 
int KeyValuePair_setName (KeyValuePair_t *kvp, const char *name)
 _tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.
 
int KeyValuePair_setUri (KeyValuePair_t *kvp, const char *uri)
 _tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_turi_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.
 
int KeyValuePair_setValue (KeyValuePair_t *kvp, const char *value)
 _tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tvalue_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.
 
int KeyValuePair_unsetId (KeyValuePair_t *kvp)
 _tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.
 
int KeyValuePair_unsetKey (KeyValuePair_t *kvp)
 _tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tkey_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.
 
int KeyValuePair_unsetName (KeyValuePair_t *kvp)
 _tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.
 
int KeyValuePair_unsetUri (KeyValuePair_t *kvp)
 _tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_turi_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.
 
int KeyValuePair_unsetValue (KeyValuePair_t *kvp)
 _tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tvalue_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.
 

Detailed Description

Definition of the KeyValuePair_t class.

Author
SBMLTeam

Function Documentation

◆ KeyValuePair_clone()

KeyValuePair_t * KeyValuePair_clone ( const KeyValuePair_t kvp)

_tCreates_t _tand_t _treturns_t _ta_t _tdeep_t _tcopy_t _tof_t _tthis_t _tKeyValuePair_t_t _tobject_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t.

@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tKeyValuePair_t_t _tobject_t.

@_tcopydetails_t _tdoc_returned_owned_pointer_t

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_create()

KeyValuePair_t * KeyValuePair_create ( unsigned int  level,
unsigned int  version,
unsigned int  pkgVersion 
)

_tCreates_t _ta_t _tnew_t _tKeyValuePair_t_t _tusing_t _tthe_t _tgiven_t _tSBML_t _tLevel_t, _tVersion_t _tand_t &_tldquo_t;_tfbc_t&_trdquo_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 _tKeyValuePair_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 _tKeyValuePair_t_t.

@_tparam_t _tpkgVersion_t _tan_t _tunsigned_t _tint_t, _tthe_t _tSBML_t _tFbc_t _tVersion_t _tto_t _tassign_t _tto_t _tthis_t _tKeyValuePair_t_t.

@_tcopydetails_t _tdoc_note_setting_lv_pkg_t

@_tcopydetails_t _tdoc_returned_owned_pointer_t

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_free()

void KeyValuePair_free ( KeyValuePair_t kvp)

_tFrees_t _tthis_t _tKeyValuePair_t_t _tobject_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t.

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_getId()

char * KeyValuePair_getId ( const KeyValuePair_t kvp)

_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t _twhose_t _tid_t _tis_t _tsought_t.

@_treturn_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.

@_tcopydetails_t _tdoc_returned_owned_char_t

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_getKey()

char * KeyValuePair_getKey ( const KeyValuePair_t kvp)

_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tkey_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t _twhose_t _tkey_t _tis_t _tsought_t.

@_treturn_t _tthe_t _tvalue_t _tof_t _tthe_t "_tkey_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.

@_tcopydetails_t _tdoc_returned_owned_char_t

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_getName()

char * KeyValuePair_getName ( const KeyValuePair_t kvp)

_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t _twhose_t _tname_t _tis_t _tsought_t.

@_treturn_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.

@_tcopydetails_t _tdoc_returned_owned_char_t

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_getUri()

char * KeyValuePair_getUri ( const KeyValuePair_t kvp)

_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_turi_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t _twhose_t _turi_t _tis_t _tsought_t.

@_treturn_t _tthe_t _tvalue_t _tof_t _tthe_t "_turi_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.

@_tcopydetails_t _tdoc_returned_owned_char_t

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_getValue()

char * KeyValuePair_getValue ( const KeyValuePair_t kvp)

_tReturns_t _tthe_t _tvalue_t _tof_t _tthe_t "_tvalue_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t _twhose_t _tvalue_t _tis_t _tsought_t.

@_treturn_t _tthe_t _tvalue_t _tof_t _tthe_t "_tvalue_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t _tas_t _ta_t _tpointer_t _tto_t _ta_t _tstring_t.

@_tcopydetails_t _tdoc_returned_owned_char_t

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_hasRequiredAttributes()

int KeyValuePair_hasRequiredAttributes ( const KeyValuePair_t kvp)

_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tall_t _tthe_t _trequired_t _tattributes_t _tfor_t _tthis_t _tKeyValuePair_t_t _tobject_t _thave_t _tbeen_t _tset_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tto_t _tindicate_t _tthat_t _tall_t _tthe_t _trequired_t _tattributes_t _tof_t _tthis_t _tKeyValuePair_t_t _thave_t _tbeen_t _tset_t, _totherwise_t @_tc_t _t0_t (_tfalse_t) _tis_t _treturned_t.

@_tnote_t _tThe_t _trequired_t _tattributes_t _tfor_t _tthe_t _tKeyValuePair_t_t _tobject_t _tare_t: @_tli_t "_tkey_t"

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_isSetId()

int KeyValuePair_isSetId ( const KeyValuePair_t kvp)

_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tKeyValuePair_t_t'_ts_t "_tid_t" _tattribute_t _tis_t _tset_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tKeyValuePair_t_t'_ts_t "_tid_t" _tattribute_t _thas_t _tbeen_t _tset_t, _totherwise_t @_tc_t _t0_t (_tfalse_t) _tis_t _treturned_t.

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_isSetKey()

int KeyValuePair_isSetKey ( const KeyValuePair_t kvp)

_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tKeyValuePair_t_t'_ts_t "_tkey_t" _tattribute_t _tis_t _tset_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tKeyValuePair_t_t'_ts_t "_tkey_t" _tattribute_t _thas_t _tbeen_t _tset_t, _totherwise_t @_tc_t _t0_t (_tfalse_t) _tis_t _treturned_t.

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_isSetName()

int KeyValuePair_isSetName ( const KeyValuePair_t kvp)

_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tKeyValuePair_t_t'_ts_t "_tname_t" _tattribute_t _tis_t _tset_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tKeyValuePair_t_t'_ts_t "_tname_t" _tattribute_t _thas_t _tbeen_t _tset_t, _totherwise_t @_tc_t _t0_t (_tfalse_t) _tis_t _treturned_t.

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_isSetUri()

int KeyValuePair_isSetUri ( const KeyValuePair_t kvp)

_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tKeyValuePair_t_t'_ts_t "_turi_t" _tattribute_t _tis_t _tset_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tKeyValuePair_t_t'_ts_t "_turi_t" _tattribute_t _thas_t _tbeen_t _tset_t, _totherwise_t @_tc_t _t0_t (_tfalse_t) _tis_t _treturned_t.

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_isSetValue()

int KeyValuePair_isSetValue ( const KeyValuePair_t kvp)

_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tKeyValuePair_t_t'_ts_t "_tvalue_t" _tattribute_t _tis_t _tset_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tKeyValuePair_t_t'_ts_t "_tvalue_t" _tattribute_t _thas_t _tbeen_t _tset_t, _totherwise_t @_tc_t _t0_t (_tfalse_t) _tis_t _treturned_t.

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_setId()

int KeyValuePair_setId ( KeyValuePair_t kvp,
const char *  id 
)

_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t.

@_tparam_t _tid_t _tconst_t _tchar_t * _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tto_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}

_tCalling_t _tthis_t _tfunction_t _twith_t @_tp_t _tid_t = @_tc_t _tNULL_t _tor_t _tan_t _tempty_t _tstring_t _tis_t _tequivalent_t _tto_t _tcalling_t _tKeyValuePair_unsetId_t().

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_setKey()

int KeyValuePair_setKey ( KeyValuePair_t kvp,
const char *  key 
)

_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tkey_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t.

@_tparam_t _tkey_t _tconst_t _tchar_t * _tvalue_t _tof_t _tthe_t "_tkey_t" _tattribute_t _tto_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_OBJECT_t, _tOperationReturnValues_t_t}

_tCalling_t _tthis_t _tfunction_t _twith_t @_tp_t _tkey_t = @_tc_t _tNULL_t _tor_t _tan_t _tempty_t _tstring_t _tis_t _tequivalent_t _tto_t _tcalling_t _tKeyValuePair_unsetKey_t().

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_setName()

int KeyValuePair_setName ( KeyValuePair_t kvp,
const char *  name 
)

_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t.

@_tparam_t _tname_t _tconst_t _tchar_t * _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tto_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_OBJECT_t, _tOperationReturnValues_t_t}

_tCalling_t _tthis_t _tfunction_t _twith_t @_tp_t _tname_t = @_tc_t _tNULL_t _tor_t _tan_t _tempty_t _tstring_t _tis_t _tequivalent_t _tto_t _tcalling_t _tKeyValuePair_unsetName_t().

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_setUri()

int KeyValuePair_setUri ( KeyValuePair_t kvp,
const char *  uri 
)

_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_turi_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t.

@_tparam_t _turi_t _tconst_t _tchar_t * _tvalue_t _tof_t _tthe_t "_turi_t" _tattribute_t _tto_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_OBJECT_t, _tOperationReturnValues_t_t}

_tCalling_t _tthis_t _tfunction_t _twith_t @_tp_t _turi_t = @_tc_t _tNULL_t _tor_t _tan_t _tempty_t _tstring_t _tis_t _tequivalent_t _tto_t _tcalling_t _tKeyValuePair_unsetUri_t().

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_setValue()

int KeyValuePair_setValue ( KeyValuePair_t kvp,
const char *  value 
)

_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tvalue_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_t_t _tstructure_t.

@_tparam_t _tvalue_t _tconst_t _tchar_t * _tvalue_t _tof_t _tthe_t "_tvalue_t" _tattribute_t _tto_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_OBJECT_t, _tOperationReturnValues_t_t}

_tCalling_t _tthis_t _tfunction_t _twith_t @_tp_t _tvalue_t = @_tc_t _tNULL_t _tor_t _tan_t _tempty_t _tstring_t _tis_t _tequivalent_t _tto_t _tcalling_t _tKeyValuePair_unsetValue_t().

@_tmemberof_t _tKeyValuePair_t_t

◆ KeyValuePair_unsetId()

int KeyValuePair_unsetId ( KeyValuePair_t kvp)

_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_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 _tKeyValuePair_t_t

◆ KeyValuePair_unsetKey()

int KeyValuePair_unsetKey ( KeyValuePair_t kvp)

_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tkey_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_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 _tKeyValuePair_t_t

◆ KeyValuePair_unsetName()

int KeyValuePair_unsetName ( KeyValuePair_t kvp)

_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_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 _tKeyValuePair_t_t

◆ KeyValuePair_unsetUri()

int KeyValuePair_unsetUri ( KeyValuePair_t kvp)

_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_turi_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_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 _tKeyValuePair_t_t

◆ KeyValuePair_unsetValue()

int KeyValuePair_unsetValue ( KeyValuePair_t kvp)

_tUnsets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tvalue_t" _tattribute_t _tof_t _tthis_t _tKeyValuePair_t_t.

@_tparam_t _tkvp_t _tthe_t _tKeyValuePair_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 _tKeyValuePair_t_t