libSBML C API
libSBML 5.20.2 C API
|
Definition of SBaseExtensionPoint_t. More...
Functions | |
SBaseExtensionPoint_t * | SBaseExtensionPoint_clone (const SBaseExtensionPoint_t *extPoint) |
_tCreates_t _ta_t _tdeep_t _tcopy_t _tof_t _tthe_t _tgiven_t _tSBaseExtensionPoint_t_t _tstructure_t | |
SBaseExtensionPoint_t * | SBaseExtensionPoint_create (const char *pkgName, int typeCode) |
_tCreates_t _ta_t _tnew_t _tSBaseExtensionPoint_t_t _tstructure_t _twith_t _tthe_t _tgiven_t _targuments_t | |
int | SBaseExtensionPoint_free (SBaseExtensionPoint_t *extPoint) |
_tFrees_t _tthe_t _tgiven_t _tSBaseExtensionPoint_t_t _tstructure_t | |
char * | SBaseExtensionPoint_getPackageName (const SBaseExtensionPoint_t *extPoint) |
_tReturns_t _tthe_t _tpackage_t _tname_t _tfor_t _tthe_t _tgiven_t _tSBaseExtensionPoint_t_t _tstructure_t | |
int | SBaseExtensionPoint_getTypeCode (const SBaseExtensionPoint_t *extPoint) |
_tReturns_t _tthe_t _ttype_t _tcode_t _tfor_t _tthe_t _tgiven_t _tSBaseExtensionPoint_t_t _tstructure_t | |
Definition of SBaseExtensionPoint_t.
SBaseExtensionPoint_t * SBaseExtensionPoint_clone | ( | const SBaseExtensionPoint_t * | extPoint | ) |
_tCreates_t _ta_t _tdeep_t _tcopy_t _tof_t _tthe_t _tgiven_t _tSBaseExtensionPoint_t_t _tstructure_t
@_tparam_t _textPoint_t _tthe_t _tSBaseExtensionPoint_t_t _tstructure_t _tto_t _tbe_t _tcopied_t.
@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthe_t _tgiven_t _tSBaseExtensionPoint_t_t _tstructure_t.
@_tmemberof_t _tSBaseExtensionPoint_t_t
SBaseExtensionPoint_t * SBaseExtensionPoint_create | ( | const char * | pkgName, |
int | typeCode | ||
) |
_tCreates_t _ta_t _tnew_t _tSBaseExtensionPoint_t_t _tstructure_t _twith_t _tthe_t _tgiven_t _targuments_t
@_tparam_t _tpkgName_t _tthe_t _tpackage_t _tname_t _tfor_t _tthe_t _tnew_t _tstructure_t. @_tparam_t _ttypeCode_t _tthe_t _tSBML_t _tType_t _tcode_t _tfor_t _tthe_t _tnew_t _tstructure_t.
@_treturn_t _tthe_t _tnewly_t _tcreated_t _tSBaseExtensionPoint_t_t _tstructure_t _tor_t @_tc_t _tNULL_t _tin_t _tcase_t _tthe_t _tgiven_t _tpkgName_t _tis_t _tinvalid_t (_tNULL_t).
@_tmemberof_t _tSBaseExtensionPoint_t_t
_tCreates_t _ta_t _tnew_t _tSBaseExtensionPoint_t_t _tstructure_t _twith_t _tthe_t _tgiven_t _targuments_t
int SBaseExtensionPoint_free | ( | SBaseExtensionPoint_t * | extPoint | ) |
_tFrees_t _tthe_t _tgiven_t _tSBaseExtensionPoint_t_t _tstructure_t
@_tparam_t _textPoint_t _tthe_t _tSBaseExtensionPoint_t_t _tstructure_t _tto_t _tbe_t _tfreed_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 _tSBaseExtensionPoint_t_t
char * SBaseExtensionPoint_getPackageName | ( | const SBaseExtensionPoint_t * | extPoint | ) |
_tReturns_t _tthe_t _tpackage_t _tname_t _tfor_t _tthe_t _tgiven_t _tSBaseExtensionPoint_t_t _tstructure_t
@_tparam_t _textPoint_t _tthe_t _tSBaseExtensionPoint_t_t _tstructure_t.
@_treturn_t _tthe_t _tpackage_t _tname_t _tfor_t _tthe_t _tgiven_t _tSBaseExtensionPoint_t_t _tstructure_t _tor_t _tNULL_t.
@_tmemberof_t _tSBaseExtensionPoint_t_t
int SBaseExtensionPoint_getTypeCode | ( | const SBaseExtensionPoint_t * | extPoint | ) |
_tReturns_t _tthe_t _ttype_t _tcode_t _tfor_t _tthe_t _tgiven_t _tSBaseExtensionPoint_t_t _tstructure_t
@_tparam_t _textPoint_t _tthe_t _tSBaseExtensionPoint_t_t _tstructure_t.
@_treturn_t _tthe_t _ttype_t _tcode_t _tfor_t _tthe_t _tgiven_t _tSBaseExtensionPoint_t_t _tstructure_t _tor_t _tLIBSBML_INVALID_OBJECT_t _tin_t _tcase_t _tan_t _tinvalid_t _tobject_t _tis_t _tgiven_t.
@_tmemberof_t _tSBaseExtensionPoint_t_t