libSBML C++ API
5.18.0
|
Define libSBML version numbers for access from client software. More...
Functions | |
const char * | getLibSBMLDependencyVersionOf (const char *option) |
Returns the version string for the dependency library used. More... | |
const char * | getLibSBMLDottedVersion () |
Returns the version number of this copy of libSBML as a string. More... | |
int | getLibSBMLVersion () |
Returns the version number of this copy of libSBML as an integer. More... | |
const char * | getLibSBMLVersionString () |
Returns the version number of this copy of libSBML as a string without periods. More... | |
int | isLibSBMLCompiledWith (const char *option) |
Returns an indication whether libSBML has been compiled with against a specific library. More... | |
Define libSBML version numbers for access from client software.
const char* getLibSBMLDependencyVersionOf | ( | const char * | option | ) |
Returns the version string for the dependency library used.
option | the library for which the version should be retrieved, this can be one of "expat", "libxml", "xerces-c", "bzip2", "zip" |
const char* getLibSBMLDottedVersion | ( | ) |
Returns the version number of this copy of libSBML as a string.
int getLibSBMLVersion | ( | ) |
Returns the version number of this copy of libSBML as an integer.
const char* getLibSBMLVersionString | ( | ) |
Returns the version number of this copy of libSBML as a string without periods.
int isLibSBMLCompiledWith | ( | const char * | option | ) |
Returns an indication whether libSBML has been compiled with against a specific library.
option | the library to test against, this can be one of "expat", "libxml", "xerces-c", "bzip2", "zip" |