neurolots  0.3.4
NeuroLOTs
nlphysics/version.h File Reference

Defines version macros and class for library nlphysics. More...

#include <nlphysics/api.h>
#include <string>
+ Include dependency graph for nlphysics/version.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nlphysics::Version
 Information about the current nlphysics version. More...
 

Namespaces

 nlphysics
 Copyright (c) 2015-2017 VG-Lab/URJC.
 

Macros

#define NLPHYSICS_VERSION_MAJOR   0
 The current major version. More...
 
#define NLPHYSICS_VERSION_MINOR   3
 The current minor version. More...
 
#define NLPHYSICS_VERSION_PATCH   4
 The current patch level. More...
 
#define NLPHYSICS_VERSION_REVISION   0xf8ef7ad
 The current SCM revision. More...
 
#define NLPHYSICS_VERSION_ABI   4ull
 The current binary interface. More...
 
#define NLPHYSICS_VERSION_STRING   "0.3.4"
 The current major.minor.version as a string. More...
 
#define NLPHYSICS_REV_STRING   "0.3.4.0xf8ef7ad"
 The current major.minor.version.revision as a string. More...
 
#define NLPHYSICS_VERSION_GT(MAJOR, MINOR, PATCH)
 True if the current version is newer than the given one. More...
 
#define NLPHYSICS_VERSION_GE(MAJOR, MINOR, PATCH)
 True if the current version is equal or newer to the given. More...
 
#define NLPHYSICS_VERSION_LT(MAJOR, MINOR, PATCH)
 True if the current version is older than the given one. More...
 
#define NLPHYSICS_VERSION_LE(MAJOR, MINOR, PATCH)
 True if the current version is older or equal to the given. More...
 

Detailed Description

Defines version macros and class for library nlphysics.

Definition in file nlphysics/version.h.

Macro Definition Documentation

#define NLPHYSICS_REV_STRING   "0.3.4.0xf8ef7ad"

The current major.minor.version.revision as a string.

Definition at line 36 of file nlphysics/version.h.

#define NLPHYSICS_VERSION_ABI   4ull

The current binary interface.

Definition at line 29 of file nlphysics/version.h.

#define NLPHYSICS_VERSION_GE (   MAJOR,
  MINOR,
  PATCH 
)
Value:
#define NLPHYSICS_VERSION_MINOR
The current minor version.
#define NLPHYSICS_VERSION_MAJOR
The current major version.
#define NLPHYSICS_VERSION_PATCH
The current patch level.

True if the current version is equal or newer to the given.

Definition at line 46 of file nlphysics/version.h.

#define NLPHYSICS_VERSION_GT (   MAJOR,
  MINOR,
  PATCH 
)
Value:
#define NLPHYSICS_VERSION_MINOR
The current minor version.
#define NLPHYSICS_VERSION_MAJOR
The current major version.
#define NLPHYSICS_VERSION_PATCH
The current patch level.

True if the current version is newer than the given one.

Definition at line 40 of file nlphysics/version.h.

#define NLPHYSICS_VERSION_LE (   MAJOR,
  MINOR,
  PATCH 
)
Value:
#define NLPHYSICS_VERSION_MINOR
The current minor version.
#define NLPHYSICS_VERSION_MAJOR
The current major version.
#define NLPHYSICS_VERSION_PATCH
The current patch level.

True if the current version is older or equal to the given.

Definition at line 58 of file nlphysics/version.h.

#define NLPHYSICS_VERSION_LT (   MAJOR,
  MINOR,
  PATCH 
)
Value:
#define NLPHYSICS_VERSION_MINOR
The current minor version.
#define NLPHYSICS_VERSION_MAJOR
The current major version.
#define NLPHYSICS_VERSION_PATCH
The current patch level.

True if the current version is older than the given one.

Definition at line 52 of file nlphysics/version.h.

#define NLPHYSICS_VERSION_MAJOR   0

The current major version.

Definition at line 17 of file nlphysics/version.h.

Referenced by nlphysics::Version::check().

#define NLPHYSICS_VERSION_MINOR   3

The current minor version.

Definition at line 20 of file nlphysics/version.h.

Referenced by nlphysics::Version::check().

#define NLPHYSICS_VERSION_PATCH   4

The current patch level.

Definition at line 23 of file nlphysics/version.h.

#define NLPHYSICS_VERSION_REVISION   0xf8ef7ad

The current SCM revision.

Definition at line 26 of file nlphysics/version.h.

#define NLPHYSICS_VERSION_STRING   "0.3.4"

The current major.minor.version as a string.

Definition at line 32 of file nlphysics/version.h.