libSBML Perl API  libSBML 5.17.2 Perl API
SBMLTypeCodes.cpp File Reference

Enumeration to identify SBML objects at runtime. More...

Include dependency graph for SBMLTypeCodes.cpp:

Functions

const char * SBMLTypeCode_toString (int tc, const char *pkgName)
 This method takes an SBML type code and returns a string representing the code. More...
 

Variables

static const char * SBML_TYPE_CODE_STRINGS []
 

Detailed Description

Enumeration to identify SBML objects at runtime.

Author
Ben Bornstein

Function Documentation

◆ SBMLTypeCode_toString()

const char* SBMLTypeCode_toString ( int  tc,
const char *  pkgName 
)

This method takes an SBML type code and returns a string representing the code.

Returns
a human readable name for the given SBML type code.
Note
The caller does not own the returned string and is therefore not allowed to modify it.

Variable Documentation

◆ SBML_TYPE_CODE_STRINGS

const char* SBML_TYPE_CODE_STRINGS[]
static