Feel++
0.91.4
|
information provider for versioning and installation directories More...
#include <info.hpp>
Static Public Member Functions | |
static unsigned long long | buildId () |
static unsigned long long | revision () |
static unsigned long long | version () |
static unsigned int | versionMajor () |
static unsigned int | versionMinor () |
static unsigned int | versionMicro () |
static char const * | versionString () |
static char const * | prefix () |
prefix directory | |
static char const * | datadir () |
datadir directory |
information provider for versioning and installation directories
|
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".