Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
version.hpp File Reference
#include <string>
#include <sstream>
Include dependency graph for version.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::numeric
 
 boost::numeric::odeint
 
 boost::numeric::odeint::version
 

Macros

#define ODEINT_MAJOR_VERSION   2
 
#define ODEINT_MINOR_VERSION   2
 
#define ODEINT_PATCH_LEVEL   0
 
#define ODEINT_VERSION   ( ODEINT_MAJOR_VERSION * 100000 + ODEINT_MINOR_VERSION * 100 + ODEINT_PATCH_LEVEL )
 

Functions

std::string boost::numeric::odeint::get_version_string (void)
 

Variables

const int boost::numeric::odeint::version::major = 2
 
const int boost::numeric::odeint::version::minor = 2
 
const int boost::numeric::odeint::version::patch_level = 0
 

Macro Definition Documentation

#define ODEINT_MAJOR_VERSION   2
#define ODEINT_MINOR_VERSION   2
#define ODEINT_PATCH_LEVEL   0
#define ODEINT_VERSION   ( ODEINT_MAJOR_VERSION * 100000 + ODEINT_MINOR_VERSION * 100 + ODEINT_PATCH_LEVEL )