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

Definitions of FunctionDefinition_t and ListOfFunctionDefinitions_t. More...

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

Functions

FunctionDefinition_tFunctionDefinition_clone (const FunctionDefinition_t *fd)
 _tCreates_t _ta_t _tdeep_t _tcopy_t _tof_t _tthe_t _tgiven_t _tFunctionDefinition_t_t _tstructure_t
 
FunctionDefinition_tFunctionDefinition_create (unsigned int level, unsigned int version)
 _tCreates_t _ta_t _tnew_t _tFunctionDefinition_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBML_t @_tp_t _tlevel_t _tand_t @_tp_t _tversion_t _tvalues_t.
 
FunctionDefinition_tFunctionDefinition_createWithNS (SBMLNamespaces_t *sbmlns)
 _tCreates_t _ta_t _tnew_t _tFunctionDefinition_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBMLNamespaces_t_t _tstructure_t.
 
void FunctionDefinition_free (FunctionDefinition_t *fd)
 _tFrees_t _tthe_t _tgiven_t _tFunctionDefinition_t_t.
 
const ASTNode_tFunctionDefinition_getArgument (const FunctionDefinition_t *fd, unsigned int n)
 _tGet_t _tthe_t _tnth_t _targument_t (_tbound_t _tvariable_t) _tto_t _tthe_t _tgiven_t _tFunctionDefinition_t_t _tstructure_t.
 
const ASTNode_tFunctionDefinition_getArgumentByName (FunctionDefinition_t *fd, const char *name)
 _tGet_t _tthe_t _targument_t _tnamed_t @_tp_t _tname_t _tto_t _tthe_t _tgiven_t _tFunctionDefinition_t_t _tstructure_t.
 
const ASTNode_tFunctionDefinition_getBody (const FunctionDefinition_t *fd)
 _tGet_t _tthe_t _tmathematical_t _texpression_t _tthat_t _tconstitutes_t _tthe_t _tbody_t _tof_t _tthe_t _tgiven_t _tfunction_t _tdefinition_t.
 
const char * FunctionDefinition_getId (const FunctionDefinition_t *fd)
 _tGet_t _tthe_t _tidentifier_t _tof_t _tthe_t _tgiven_t _tFunctionDefinition_t_t _tstructure_t.
 
const ASTNode_tFunctionDefinition_getMath (const FunctionDefinition_t *fd)
 _tGet_t _tthe_t _tmathematical_t _tformula_t _timplemented_t _tby_t _tthe_t _tgiven_t _tfunction_t.
 
const char * FunctionDefinition_getName (const FunctionDefinition_t *fd)
 _tGet_t _tthe_t _tname_t _tof_t _tthe_t _tgiven_t _tFunctionDefinition_t_t _tstructure_t.
 
const XMLNamespaces_tFunctionDefinition_getNamespaces (FunctionDefinition_t *fd)
 _tReturns_t _ta_t _tlist_t _tof_t _tXMLNamespaces_t_t _tassociated_t _twith_t _tthis_t _tFunctionDefinition_t_t _tstructure_t.
 
unsigned int FunctionDefinition_getNumArguments (const FunctionDefinition_t *fd)
 _tGet_t _tthe_t _tnumber_t _tof_t _targuments_t _tthat_t _tthe_t _tgiven_t _tfunction_t _tdefinition_t _ttakes_t.
 
int FunctionDefinition_isSetBody (const FunctionDefinition_t *fd)
 _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 _tFunctionDefinition_t_t _tstructure_t'_ts_t "_tmath_t" _tsubelement_t _thas_t _ta_t _tbody_t.
 
int FunctionDefinition_isSetId (const FunctionDefinition_t *fd)
 _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 _tFunctionDefinition_t_t _tstructure_t'_ts_t "_tid_t" _tattribute_t _tis_t _tset_t.
 
int FunctionDefinition_isSetMath (const FunctionDefinition_t *fd)
 _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 _tFunctionDefinition_t_t _tstructure_t'_ts_t "_tmath_t" _tsubelement_t _tis_t _tset_t.
 
int FunctionDefinition_isSetName (const FunctionDefinition_t *fd)
 _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 _tFunctionDefinition_t_t _tstructure_t'_ts_t "_tname_t" _tattribute_t _tis_t _tset_t.
 
int FunctionDefinition_setId (FunctionDefinition_t *fd, const char *sid)
 _tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _ta_t _tFunctionDefinition_t_t _tstructure_t.
 
int FunctionDefinition_setMath (FunctionDefinition_t *fd, const ASTNode_t *math)
 _tSets_t _tthe_t "_tmath_t" _tsubelement_t _tof_t _ta_t _tgiven_t _tFunctionDefinition_t_t _tstructure_t.
 
int FunctionDefinition_setName (FunctionDefinition_t *fd, const char *name)
 _tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _ta_t _tFunctionDefinition_t_t _tstructure_t.
 
int FunctionDefinition_unsetName (FunctionDefinition_t *fd)
 _tUnsets_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFunctionDefinition_t_t _tstructure_t.
 
FunctionDefinition_tListOfFunctionDefinitions_getById (ListOf_t *lo, const char *sid)
 _tReturns_t _tthe_t _tFunctionDefinition_t_t _tstructure_t _thaving_t _ta_t _tgiven_t _tidentifier_t.
 
FunctionDefinition_tListOfFunctionDefinitions_removeById (ListOf_t *lo, const char *sid)
 _tRemoves_t _ta_t _tFunctionDefinition_t_t _tstructure_t _tbased_t _ton_t _tits_t _tidentifier_t.
 

Detailed Description

Definitions of FunctionDefinition_t and ListOfFunctionDefinitions_t.

Author
Ben Bornstein

Function Documentation

◆ FunctionDefinition_clone()

FunctionDefinition_t * FunctionDefinition_clone ( const FunctionDefinition_t fd)

_tCreates_t _ta_t _tdeep_t _tcopy_t _tof_t _tthe_t _tgiven_t _tFunctionDefinition_t_t _tstructure_t

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t _tto_t _tbe_t _tcopied_t.

@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthe_t _tgiven_t _tFunctionDefinition_t_t _tstructure_t.

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_create()

FunctionDefinition_t * FunctionDefinition_create ( unsigned int  level,
unsigned int  version 
)

_tCreates_t _ta_t _tnew_t _tFunctionDefinition_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBML_t @_tp_t _tlevel_t _tand_t @_tp_t _tversion_t _tvalues_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 _tFunctionDefinition_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 _tFunctionDefinition_t_t.

@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnewly_t _tcreated_t _tFunctionDefinition_t_t _tstructure_t.

@_tcopydetails_t _tdoc_note_setting_lv_t

@_tmemberof_t _tFunctionDefinition_t_t

_tCreates_t _ta_t _tnew_t _tFunctionDefinition_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBML_t @_tp_t _tlevel_t _tand_t @_tp_t _tversion_t _tvalues_t.

@_tcond_t _tdoxygenIgnored_t

◆ FunctionDefinition_createWithNS()

FunctionDefinition_t * FunctionDefinition_createWithNS ( SBMLNamespaces_t sbmlns)

_tCreates_t _ta_t _tnew_t _tFunctionDefinition_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBMLNamespaces_t_t _tstructure_t.

@_tparam_t _tsbmlns_t _tSBMLNamespaces_t_t, _ta_t _tpointer_t _tto_t _tan_t _tSBMLNamespaces_t_t _tstructure_t _tto_t _tassign_t _tto_t _tthis_t _tFunctionDefinition_t_t.

@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnewly_t _tcreated_t _tFunctionDefinition_t_t _tstructure_t.

@_tcopydetails_t _tdoc_note_setting_lv_t

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_free()

void FunctionDefinition_free ( FunctionDefinition_t fd)

_tFrees_t _tthe_t _tgiven_t _tFunctionDefinition_t_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t.

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_getArgument()

const ASTNode_t * FunctionDefinition_getArgument ( const FunctionDefinition_t fd,
unsigned int  n 
)

_tGet_t _tthe_t _tnth_t _targument_t (_tbound_t _tvariable_t) _tto_t _tthe_t _tgiven_t _tFunctionDefinition_t_t _tstructure_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t.

@_tparam_t _tn_t _tthe_t _tindex_t _tof_t _tthe_t _targument_t _tto_t _treturn_t.

@_treturn_t _tan_t _tASTNode_t_t _ttree_t _tstructure_t _tfor_t _tthe_t _targument_t.

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_getArgumentByName()

const ASTNode_t * FunctionDefinition_getArgumentByName ( FunctionDefinition_t fd,
const char *  name 
)

_tGet_t _tthe_t _targument_t _tnamed_t @_tp_t _tname_t _tto_t _tthe_t _tgiven_t _tFunctionDefinition_t_t _tstructure_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t.

@_tparam_t _tname_t _tthe_t _texact_t _tname_t (_tcase_t-_tsensitive_t) _tof_t _tthe_t _tsought_t-_tafter_t _targument_t.

@_treturn_t _tan_t _tASTNode_t_t _tstructure_t _trepresenting_t _tthe_t _targument_t (_tbound_t _tvariable_t)

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_getBody()

const ASTNode_t * FunctionDefinition_getBody ( const FunctionDefinition_t fd)

_tGet_t _tthe_t _tmathematical_t _texpression_t _tthat_t _tconstitutes_t _tthe_t _tbody_t _tof_t _tthe_t _tgiven_t _tfunction_t _tdefinition_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t.

@_treturn_t _tan_t _tASTNode_t_t _ttree_t _tthat_t _tis_t _tthe_t "_tmath_t" _tsubelement_t _tof_t _tthis_t _tFunctionDefinition_t_t _tstructure_t.

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_getId()

const char * FunctionDefinition_getId ( const FunctionDefinition_t fd)

_tGet_t _tthe_t _tidentifier_t _tof_t _tthe_t _tgiven_t _tFunctionDefinition_t_t _tstructure_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t.

@_treturn_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tFunctionDefinition_t_t _tstructure_t.

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_getMath()

const ASTNode_t * FunctionDefinition_getMath ( const FunctionDefinition_t fd)

_tGet_t _tthe_t _tmathematical_t _tformula_t _timplemented_t _tby_t _tthe_t _tgiven_t _tfunction_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t.

@_treturn_t _tan_t _tASTNode_t_t _ttree_t _trepresenting_t _tthe_t _tmathematical_t _tformula_t _tof_t _tthis_t _tFunctionDefinition_t_t _tstructure_t.

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_getName()

const char * FunctionDefinition_getName ( const FunctionDefinition_t fd)

_tGet_t _tthe_t _tname_t _tof_t _tthe_t _tgiven_t _tFunctionDefinition_t_t _tstructure_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t.

@_treturn_t _tthe_t _tname_t _tof_t _tthis_t _tFunctionDefinition_t_t _tstructure_t.

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_getNamespaces()

const XMLNamespaces_t * FunctionDefinition_getNamespaces ( FunctionDefinition_t fd)

_tReturns_t _ta_t _tlist_t _tof_t _tXMLNamespaces_t_t _tassociated_t _twith_t _tthis_t _tFunctionDefinition_t_t _tstructure_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t.

@_treturn_t _tpointer_t _tto_t _tthe_t _tXMLNamespaces_t_t _tstructure_t _tassociated_t _twith_t _tthis_t _tstructure_t

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_getNumArguments()

unsigned int FunctionDefinition_getNumArguments ( const FunctionDefinition_t fd)

_tGet_t _tthe_t _tnumber_t _tof_t _targuments_t _tthat_t _tthe_t _tgiven_t _tfunction_t _tdefinition_t _ttakes_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t.

@_treturn_t _tthe_t _tnumber_t _tof_t _targuments_t (_tbound_t _tvariables_t) _tthat_t _tmust_t _tbe_t _tpassed_t _tto_t _tthis_t _tFunctionDefinition_t_t _tstructure_t.

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_isSetBody()

int FunctionDefinition_isSetBody ( const FunctionDefinition_t fd)

_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 _tFunctionDefinition_t_t _tstructure_t'_ts_t "_tmath_t" _tsubelement_t _thas_t _ta_t _tbody_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tbody_t _tof_t _tthis_t _tFunctionDefinition_t_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_isSetId()

int FunctionDefinition_isSetId ( const FunctionDefinition_t fd)

_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 _tFunctionDefinition_t_t _tstructure_t'_ts_t "_tid_t" _tattribute_t _tis_t _tset_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t.

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

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_isSetMath()

int FunctionDefinition_isSetMath ( const FunctionDefinition_t fd)

_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 _tFunctionDefinition_t_t _tstructure_t'_ts_t "_tmath_t" _tsubelement_t _tis_t _tset_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tmathematical_t _texpression_t _tof_t _tthis_t _tFunctionDefinition_t_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_isSetName()

int FunctionDefinition_isSetName ( const FunctionDefinition_t fd)

_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 _tFunctionDefinition_t_t _tstructure_t'_ts_t "_tname_t" _tattribute_t _tis_t _tset_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t.

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

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_setId()

int FunctionDefinition_setId ( FunctionDefinition_t fd,
const char *  sid 
)

_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _ta_t _tFunctionDefinition_t_t _tstructure_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t _tto_t _tset_t.

@_tparam_t _tsid_t _tthe_t _tidentifier_t _tto_t _tassign_t _tto_t _tthe_t "_tid_t" _tattribute_t _tof_t @_tp_t _tfd_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 _tan_t @_tp_t _tsid_t _tof_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tid_t" _tattribute_t.

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_setMath()

int FunctionDefinition_setMath ( FunctionDefinition_t fd,
const ASTNode_t math 
)

_tSets_t _tthe_t "_tmath_t" _tsubelement_t _tof_t _ta_t _tgiven_t _tFunctionDefinition_t_t _tstructure_t.

_tThe_t _tASTNode_t_t _tstructure_t _tgiven_t _tin_t @_tp_t _tmath_t _tis_t _tcopied_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t _tto_t _tset_t.

@_tparam_t _tmath_t _tthe_t _tASTNode_t_t _tstructure_t _tto_t _tcopy_t _tand_t _tassign_t _tto_t _tthe_t "_tmath_t" _tsubelement_t _tof_t _tthe_t _tgiven_t _tFunctionDefinition_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_INVALID_OBJECT_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_setName()

int FunctionDefinition_setName ( FunctionDefinition_t fd,
const char *  name 
)

_tSets_t _tthe_t _tvalue_t _tof_t _tthe_t "_tname_t" _tattribute_t _tof_t _ta_t _tFunctionDefinition_t_t _tstructure_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t _tto_t _tset_t.

@_tparam_t _tname_t _tthe_t _tidentifier_t _tto_t _tassign_t _tto_t _tthe_t "_tname_t" _tattribute_t _tof_t @_tp_t _tfd_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 "_tname_t" _tattribute_t.

@_tmemberof_t _tFunctionDefinition_t_t

◆ FunctionDefinition_unsetName()

int FunctionDefinition_unsetName ( FunctionDefinition_t fd)

_tUnsets_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tFunctionDefinition_t_t _tstructure_t.

@_tparam_t _tfd_t _tthe_t _tFunctionDefinition_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}

@_tmemberof_t _tFunctionDefinition_t_t

◆ ListOfFunctionDefinitions_getById()

FunctionDefinition_t * ListOfFunctionDefinitions_getById ( ListOf_t lo,
const char *  sid 
)

_tReturns_t _tthe_t _tFunctionDefinition_t_t _tstructure_t _thaving_t _ta_t _tgiven_t _tidentifier_t.

@_tparam_t _tlo_t _tthe_t _tListOfFunctionDefinitions_t_t _tstructure_t _tto_t _tsearch_t. @_tparam_t _tsid_t _tthe_t "_tid_t" _tattribute_t _tvalue_t _tbeing_t _tsought_t.

@_treturn_t _titem_t _tin_t _tthe_t @_tp_t _tlo_t _tListOfFunctionDefinitions_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tor_t _ta_t _tnull_t _tpointer_t _tif_t _tno_t _tsuch_t _titem_t _texists_t.

@_tsee_t _tListOf_t_t

@_tmemberof_t _tListOfFunctionDefinitions_t_t

◆ ListOfFunctionDefinitions_removeById()

FunctionDefinition_t * ListOfFunctionDefinitions_removeById ( ListOf_t lo,
const char *  sid 
)

_tRemoves_t _ta_t _tFunctionDefinition_t_t _tstructure_t _tbased_t _ton_t _tits_t _tidentifier_t.

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

@_tparam_t _tlo_t _tthe_t _tlist_t _tof_t _tFunctionDefinition_t_t _tstructures_t _tto_t _tsearch_t. @_tparam_t _tsid_t _tthe_t "_tid_t" _tattribute_t _tvalue_t _tof_t _tthe_t _tstructure_t _tto_t _tremove_t.

@_treturn_t _tThe_t _tFunctionDefinition_t_t _tstructure_t _tremoved_t, _tor_t _ta_t _tnull_t _tpointer_t _tif_t _tno_t _tsuch_t _titem_t _texists_t _tin_t @_tp_t _tlo_t.

@_tsee_t _tListOf_t_t

@_tmemberof_t _tListOfFunctionDefinitions_t_t