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
unsigned long long Feel::Info::buildId | ( | ) | [static] |
char const * Feel::Info::datadir | ( | ) | [static] |
datadir directory
The directory for installing idiosyncratic read-only architecture-independent data files for this program
char const * Feel::Info::prefix | ( | ) | [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 /.
unsigned long long Feel::Info::revision | ( | ) | [static] |
Revision number (Subversion revision).
unsigned long long Feel::Info::version | ( | ) | [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.
unsigned int Feel::Info::versionMajor | ( | ) | [static] |
Returns the major number of FEEL's version, e.g. 0 for FEEL 0.7
unsigned int Feel::Info::versionMicro | ( | ) | [static] |
Returns the micro number of FEEL's version, e.g. 0 for FEEL 0.7.0
unsigned int Feel::Info::versionMinor | ( | ) | [static] |
Returns the minor number of FEEL's version, e.g. 7 for FEEL 0.7.0
char const * Feel::Info::versionString | ( | ) | [static] |
Returns the FEEL version as string, e.g. "0.7.0".