libSBML C API  libSBML 5.20.4 C API
Loading...
Searching...
No Matches
ListOfReplacedElements.h File Reference

Definition of ListOfReplacedElements_t, the SBase_t derived class of replacedElements package. More...

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

Functions

ReplacedElement_tListOfReplacedElements_getReplacedElement (ListOf_t *lo, unsigned int n)
 _tGet_t _ta_t _tReplacedElement_t_t _tfrom_t _tthe_t _tListOf_t_t.
 
ReplacedElement_tListOfReplacedElements_remove (ListOf_t *lo, unsigned int n)
 _tRemoves_t _tthe_t _tnth_t _tReplacedElement_t_t _tfrom_t _tthis_t _tListOf_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 

Detailed Description

Definition of ListOfReplacedElements_t, the SBase_t derived class of replacedElements package.

Author
Lucian Smith

Function Documentation

◆ ListOfReplacedElements_getReplacedElement()

ReplacedElement_t * ListOfReplacedElements_getReplacedElement ( ListOf_t lo,
unsigned int  n 
)

_tGet_t _ta_t _tReplacedElement_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 _tReplacedElement_t_t _tto_t _tretrieve_t.

@_treturn_t _tthe_t _tnth_t _tReplacedElement_t_t _tin_t _tthis_t _tListOf_t_t. _tIf_t _tthe_t _tindex_t @_tp_t _tn_t _tis_t _tinvalid_t, @_tc_t _tNULL_t _tis_t _treturned_t.

@_tcopydetails_t _tdoc_returned_unowned_pointer_t

@_tmemberof_t _tListOfReplacedElements_t_t

◆ ListOfReplacedElements_remove()

ReplacedElement_t * ListOfReplacedElements_remove ( ListOf_t lo,
unsigned int  n 
)

_tRemoves_t _tthe_t _tnth_t _tReplacedElement_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 _tReplacedElement_t_t _tto_t _tremove_t.

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

@_tcopydetails_t _tdoc_warning_returns_owned_pointer_t

@_tmemberof_t _tListOfReplacedElements_t_t