libSBML C++ API  libSBML 5.8.0 C++ API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
libsbml-version.cpp File Reference

Detailed Description

Define libSBML version numbers for access from client software.

Author
Akiya Jouraku
Include dependency graph for libsbml-version.cpp:

Functions

const char * getLibSBMLDottedVersion ()
 Returns the libSBML version as a string of the form "1.2.3". More...
 
int getLibSBMLVersion ()
 Returns the libSBML version as an integer: version 1.2.3 becomes 10203. More...
 
const char * getLibSBMLVersionString ()
 Returns the libSBML version as a string: version 1.2.3 becomes "10203". More...
 

Function Documentation

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.

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.

Returns the version number of this copy of libSBML as an integer.

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".

Returns the version number of this copy of libSBML as a string without periods.

Returns
the libSBML version as a string: version 1.2.3 becomes "10203".