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

Definition of the ListOfUserDefinedConstraints_t class. More...

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

Functions

UserDefinedConstraint_tListOfUserDefinedConstraints_getById (ListOf_t *lo, const char *sid)
 _tGet_t _tan_t _tUserDefinedConstraint_t_t _tfrom_t _tthe_t _tListOf_t_t _tbased_t _ton_t _tits_t _tidentifier_t.
 
UserDefinedConstraint_tListOfUserDefinedConstraints_getUserDefinedConstraint (ListOf_t *lo, unsigned int n)
 _tGet_t _tan_t _tUserDefinedConstraint_t_t _tfrom_t _tthe_t _tListOf_t_t.
 
UserDefinedConstraint_tListOfUserDefinedConstraints_remove (ListOf_t *lo, unsigned int n)
 _tRemoves_t _tthe_t _tnth_t _tUserDefinedConstraint_t_t _tfrom_t _tthis_t _tListOf_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
UserDefinedConstraint_tListOfUserDefinedConstraints_removeById (ListOf_t *lo, const char *sid)
 _tRemoves_t _tthe_t _tUserDefinedConstraint_t_t _tfrom_t _tthis_t _tListOf_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 

Detailed Description

Definition of the ListOfUserDefinedConstraints_t class.

Author
SBMLTeam

Function Documentation

◆ ListOfUserDefinedConstraints_getById()

UserDefinedConstraint_t * ListOfUserDefinedConstraints_getById ( ListOf_t lo,
const char *  sid 
)

_tGet_t _tan_t _tUserDefinedConstraint_t_t _tfrom_t _tthe_t _tListOf_t_t _tbased_t _ton_t _tits_t _tidentifier_t.

@_tparam_t _tlo_t _tthe_t _tListOf_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 _tUserDefinedConstraint_t_t _tto_t _tretrieve_t.

@_treturn_t _tthe_t _tUserDefinedConstraint_t_t _tin_t _tthis_t _tListOf_t_t _twith_t _tthe_t _tgiven_t @_tp_t _tsid_t _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tUserDefinedConstraint_t_t _texists_t.

@_tcopydetails_t _tdoc_returned_unowned_pointer_t

@_tmemberof_t _tListOfUserDefinedConstraints_t_t

◆ ListOfUserDefinedConstraints_getUserDefinedConstraint()

UserDefinedConstraint_t * ListOfUserDefinedConstraints_getUserDefinedConstraint ( ListOf_t lo,
unsigned int  n 
)

_tGet_t _tan_t _tUserDefinedConstraint_t_t _tfrom_t _tthe_t _tListOf_t_t.

@_tparam_t _tlo_t _tthe_t _tListOf_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 _tUserDefinedConstraint_t_t _tto_t _tretrieve_t.

@_treturn_t _tthe_t _tnth_t _tUserDefinedConstraint_t_t _tin_t _tthis_t _tListOf_t_t _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tobject_t _texists_t.

@_tcopydetails_t _tdoc_returned_unowned_pointer_t

@_tmemberof_t _tListOfUserDefinedConstraints_t_t

◆ ListOfUserDefinedConstraints_remove()

UserDefinedConstraint_t * ListOfUserDefinedConstraints_remove ( ListOf_t lo,
unsigned int  n 
)

_tRemoves_t _tthe_t _tnth_t _tUserDefinedConstraint_t_t _tfrom_t _tthis_t _tListOf_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _tlo_t _tthe_t _tListOf_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 _tUserDefinedConstraint_t_t _tto_t _tremove_t.

@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnth_t _tUserDefinedConstraint_t_t _tin_t _tthis_t _tListOf_t_t.

@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t

@_tmemberof_t _tListOfUserDefinedConstraints_t_t

◆ ListOfUserDefinedConstraints_removeById()

UserDefinedConstraint_t * ListOfUserDefinedConstraints_removeById ( ListOf_t lo,
const char *  sid 
)

_tRemoves_t _tthe_t _tUserDefinedConstraint_t_t _tfrom_t _tthis_t _tListOf_t_t _tbased_t _ton_t _tits_t _tidentifier_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _tlo_t _tthe_t _tListOf_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 _tUserDefinedConstraint_t_t _tto_t _tremove_t.

@_treturn_t _tthe_t _tUserDefinedConstraint_t_t _tin_t _tthis_t _tListOf_t_t _tbased_t _ton_t _tthe_t _tidentifier_t _tor_t _tNULL_t _tif_t _tno_t _tsuch_t _tUserDefinedConstraint_t_t _texists_t.

@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t

@_tmemberof_t _tListOfUserDefinedConstraints_t_t