ReTo  0.3.7
reto::Version Class Reference

Information about the current ReTo version. More...

#include <version.h>

+ Collaboration diagram for reto::Version:

Static Public Member Functions

static int getMajor ()
 
static int getMinor ()
 
static int getPatch ()
 
static std::string getString ()
 
static unsigned long long getRevision ()
 
static int getABI ()
 
static std::string getRevString ()
 
static bool check ()
 Runtime check for ABI compatibility. More...
 
static std::string getSchema ()
 
static std::string toJSON ()
 

Detailed Description

Information about the current ReTo version.

Definition at line 64 of file version.h.

Member Function Documentation

static bool reto::Version::check ( )
inlinestatic

Runtime check for ABI compatibility.

Call from code using ReTo. Will fail if the executable was compiled against a version incompatible with the runtime version.

Returns
true if the link-time and compile-time DSO are compatible.

Definition at line 96 of file version.h.

References RETO_VERSION_MAJOR, and RETO_VERSION_MINOR.

static int reto::Version::getABI ( )
static
Returns
the current binary interface version of ReTo.
static int reto::Version::getMajor ( )
static
Returns
the current major version of ReTo.
static int reto::Version::getMinor ( )
static
Returns
the current minor version of ReTo.
static int reto::Version::getPatch ( )
static
Returns
the current patch level of ReTo.
static unsigned long long reto::Version::getRevision ( )
static
Returns
the SCM revision.
static std::string reto::Version::getRevString ( )
static
Returns
the current ReTo version plus the git SHA hash (MM.mm.pp.rev).
static std::string reto::Version::getSchema ( )
inlinestatic
Returns
JSON schema describing this object.

Definition at line 103 of file version.h.

static std::string reto::Version::getString ( )
static
Returns
the current ReTo version (MM.mm.pp).
static std::string reto::Version::toJSON ( )
inlinestatic
Returns
JSON-encoded data for this object.

Definition at line 122 of file version.h.


The documentation for this class was generated from the following file: