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

Detailed Description

Common functions and macros for C and C++.

Author
Ben Bornstein
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

Macros

#define LIBSBML_DOUBLE_PRECISION   15
 
#define LIBSBML_FLOAT_FORMAT   "%.15g"
 Default format used by libSBML when writing out floating-point numbers into the XML produced by libSBML. More...
 
#define LIBSBML_UNKNOWN_COLUMN   SBML_INT_MAX
 
#define LIBSBML_UNKNOWN_LINE   SBML_INT_MAX
 

Variables

int errno
 
static const int SBML_INT_MAX = 2147483647
 
static const int SBML_INT_MIN = -2147483647 - 1
 

Macro Definition Documentation

#define LIBSBML_DOUBLE_PRECISION   15
#define LIBSBML_FLOAT_FORMAT   "%.15g"

Default format used by libSBML when writing out floating-point numbers into the XML produced by libSBML.

This is used by StringBuffer_appendReal.

#define LIBSBML_UNKNOWN_COLUMN   SBML_INT_MAX
#define LIBSBML_UNKNOWN_LINE   SBML_INT_MAX

Variable Documentation

int errno
const int SBML_INT_MAX = 2147483647
static
const int SBML_INT_MIN = -2147483647 - 1
static