ZeroBuf  0.1.0
ZeroBuf is a replacement for FlatBuffers
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
zerobuf::Version Class Reference

Information about the current ZeroBuf version. More...

#include <version.h>

+ Collaboration diagram for zerobuf::Version:

Static Public Member Functions

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

Detailed Description

Information about the current ZeroBuf version.

Definition at line 56 of file version.h.

Member Function Documentation

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

Runtime check for ABI compatibility.

Call from code using ZeroBuf. 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 88 of file version.h.

References ZEROBUF_VERSION_MAJOR, and ZEROBUF_VERSION_MINOR.

static int zerobuf::Version::getABI ( )
static
Returns
the current binary interface version of ZeroBuf.
static int zerobuf::Version::getMajor ( )
static
Returns
the current major version of ZeroBuf.
static int zerobuf::Version::getMinor ( )
static
Returns
the current minor version of ZeroBuf.
static int zerobuf::Version::getPatch ( )
static
Returns
the current patch level of ZeroBuf.
static int zerobuf::Version::getRevision ( )
static
Returns
the SCM revision.
static std::string zerobuf::Version::getRevString ( )
static
Returns
the current ZeroBuf version plus the git SHA hash (MM.mm.pp.rev).
static std::string zerobuf::Version::getString ( )
static
Returns
the current ZeroBuf version (MM.mm.pp).

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