|
libSBML C++ API
5.8.0
|
Define libSBML version numbers for access from client software.
Functions | |
| const char * | getLibSBMLDottedVersion () |
| Returns the libSBML version as a string of the form "1.2.3". | |
| int | getLibSBMLVersion () |
| Returns the libSBML version as an integer: version 1.2.3 becomes 10203. | |
| const char * | getLibSBMLVersionString () |
| Returns the libSBML version as a string: version 1.2.3 becomes "10203". | |
| const char* getLibSBMLDottedVersion | ( | ) |
Returns the libSBML version as a string of the form "1.2.3".
Returns the version number of this copy of libSBML as a string.
| int getLibSBMLVersion | ( | ) |
Returns the libSBML version as an integer: version 1.2.3 becomes 10203.
Returns the version number of this copy of libSBML as an integer.
| const char* getLibSBMLVersionString | ( | ) |
Returns the libSBML version as a string: version 1.2.3 becomes "10203".
Returns the version number of this copy of libSBML as a string without periods.