libSBML Perl API  libSBML 5.8.0 Perl API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SBMLTypeCodes.cpp File Reference

Detailed Description

Enumeration to identify SBML objects at runtime.

Author
Ben Bornstein
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 []
 

Function Documentation

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 typecode and package name. The caller does not own the returned string and is therefore not allowed to modify it.

Variable Documentation

const char* SBML_TYPE_CODE_STRINGS[]
static