libSBML C API  libSBML 5.20.2 C API
Loading...
Searching...
No Matches
SBMLExtensionNamespaces.cpp File Reference

implementation of C-API for the SBMLExtensionNamespaces_t class More...

Include dependency graph for SBMLExtensionNamespaces.cpp:

Functions

SBMLExtensionNamespaces_tSBMLExtensionNamespaces_clone (SBMLExtensionNamespaces_t *extns)
 @_tcond_t _tdoxygenIgnored_t
 
int SBMLExtensionNamespaces_free (SBMLExtensionNamespaces_t *extns)
 _tFrees_t _tthe_t _tgiven_t _tSBMLExtensionNamespaces_t_t _tstructure_t
 
char * SBMLExtensionNamespaces_getPackageName (SBMLExtensionNamespaces_t *extns)
 _tReturns_t _ta_t _tcopy_t _tof_t _tthe_t _tstring_t _trepresenting_t _tthe_t _tPackage_t _tname_t _tof_t _tthe_t _tgiven_t _tnamespace_t _tstructure_t.
 
unsigned int SBMLExtensionNamespaces_getPackageVersion (SBMLExtensionNamespaces_t *extns)
 _tReturn_t _tthe_t _tSBML_t _tPackage_t _tVersion_t _tof_t _tthe_t _tSBMLExtensionNamespaces_t_t _tstructure_t.
 
char * SBMLExtensionNamespaces_getURI (SBMLExtensionNamespaces_t *extns)
 _tReturns_t _ta_t _tcopy_t _tof_t _tthe_t _tstring_t _trepresenting_t _tthe_t _tPackage_t _tXML_t _tnamespace_t _tof_t _tthe_t _tgiven_t _tnamespace_t _tstructure_t.
 
int SBMLExtensionNamespaces_setPackageVersion (SBMLExtensionNamespaces_t *extns, unsigned int pkgVersion)
 _tSets_t _tthe_t _tpackage_t _tversion_t _tof_t _tthe_t _tnamespace_t _tstructure_t.
 

Detailed Description

implementation of C-API for the SBMLExtensionNamespaces_t class

Author
Frank Bergmann

$Id $

Function Documentation

◆ SBMLExtensionNamespaces_clone()

SBMLExtensionNamespaces_t * SBMLExtensionNamespaces_clone ( SBMLExtensionNamespaces_t extns)

@_tcond_t _tdoxygenIgnored_t

_tCreates_t _ta_t _tdeep_t _tcopy_t _tof_t _tthe_t _tgiven_t _tSBMLExtensionNamespaces_t_t _tstructure_t

◆ SBMLExtensionNamespaces_free()

int SBMLExtensionNamespaces_free ( SBMLExtensionNamespaces_t extns)

_tFrees_t _tthe_t _tgiven_t _tSBMLExtensionNamespaces_t_t _tstructure_t

@_tparam_t _textns_t _tthe_t _tSBMLExtensionNamespaces_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 _tSBMLExtensionNamespaces_t_t

◆ SBMLExtensionNamespaces_getPackageName()

char * SBMLExtensionNamespaces_getPackageName ( SBMLExtensionNamespaces_t extns)

_tReturns_t _ta_t _tcopy_t _tof_t _tthe_t _tstring_t _trepresenting_t _tthe_t _tPackage_t _tname_t _tof_t _tthe_t _tgiven_t _tnamespace_t _tstructure_t.

@_tparam_t _textns_t _tthe_t _tSBMLExtensionNamespaces_t_t _tstructure_t.

@_treturn_t _ta_t _tcopy_t _tof_t _tthe_t _tstring_t _trepresenting_t _tthe_t _tpackage_t _tname_t _tthat_t _tof_t _tthe_t _tnamespace_t _tstructure_t.

@_tmemberof_t _tSBMLExtensionNamespaces_t_t

◆ SBMLExtensionNamespaces_getPackageVersion()

unsigned int SBMLExtensionNamespaces_getPackageVersion ( SBMLExtensionNamespaces_t extns)

_tReturn_t _tthe_t _tSBML_t _tPackage_t _tVersion_t _tof_t _tthe_t _tSBMLExtensionNamespaces_t_t _tstructure_t.

@_tparam_t _textns_t _tthe_t _tSBMLExtensionNamespaces_t_t _tstructure_t.

@_treturn_t _tthe_t _tSBML_t _tPackage_t _tVersion_t _tof_t _tthe_t _tSBMLExtensionNamespaces_t_t _tstructure_t.

@_tmemberof_t _tSBMLExtensionNamespaces_t_t

◆ SBMLExtensionNamespaces_getURI()

char * SBMLExtensionNamespaces_getURI ( SBMLExtensionNamespaces_t extns)

_tReturns_t _ta_t _tcopy_t _tof_t _tthe_t _tstring_t _trepresenting_t _tthe_t _tPackage_t _tXML_t _tnamespace_t _tof_t _tthe_t _tgiven_t _tnamespace_t _tstructure_t.

@_tparam_t _textns_t _tthe_t _tSBMLExtensionNamespaces_t_t _tstructure_t.

@_treturn_t _ta_t _tcopy_t _tof_t _tthe_t _tstring_t _trepresenting_t _tthe_t _tSBML_t _tnamespace_t _tthat_t _treflects_t _tthe_t _tSBML_t _tLevel_t _tand_t _tVersion_t _tof_t _tthe_t _tnamespace_t _tstructure_t.

@_tmemberof_t _tSBMLExtensionNamespaces_t_t

◆ SBMLExtensionNamespaces_setPackageVersion()

int SBMLExtensionNamespaces_setPackageVersion ( SBMLExtensionNamespaces_t extns,
unsigned int  pkgVersion 
)

_tSets_t _tthe_t _tpackage_t _tversion_t _tof_t _tthe_t _tnamespace_t _tstructure_t.

@_tparam_t _textns_t _tthe_t _tSBMLExtensionNamespaces_t_t _tstructure_t. @_tparam_t _tpkgVersion_t _tthe_t _tpackage_t _tversion_t _tto_t _tuse_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 _tSBMLExtensionNamespaces_t_t