#include <info.hpp>
information provider for versioning and installation directories
Static Public Member Functions | |
static char const * | buildId () |
static char const * | datadir () |
datadir directory More... | |
static char const * | prefix () |
prefix directory More... | |
static char const * | revision () |
static unsigned long long | version () |
static unsigned int | versionMajor () |
static unsigned int | versionMicro () |
static unsigned int | versionMinor () |
static char const * | versionString () |
|
static |
|
static |
datadir directory
The directory for installing idiosyncratic read-only architecture-independent data files for this program
|
static |
prefix directory
A prefix used in constructing the default values of the variables listed below. The default value of prefix should be /usr/local. When building the complete GNU system, the prefix will be empty and /usr will be a symbolic link to /.
|
static |
Revision number (Subversion revision).
|
static |
Returns the encoded number of FEEL's version, see the FEELPP_VERSION macro. In contrary to that macro this function returns the number of the actually installed FEEL version, not the number of the FEEL version that was installed when the program was compiled.
|
static |
Returns the major number of FEEL's version, e.g. 0 for FEEL 0.7
|
static |
Returns the micro number of FEEL's version, e.g. 0 for FEEL 0.7.0
|
static |
Returns the minor number of FEEL's version, e.g. 7 for FEEL 0.7.0
|
static |
Returns the FEEL version as string, e.g. "0.7.0".