![]() |
LifeV
|
The file was created from KDE/kdelibs/kdecore/kdeversion.hpp and accomodated to LifeV needs. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| LifeV | |
| Default Physical Solver. | |
Macros | |
| #define | LIFEV_MAKE_VERSION(a, b, c) (((a) << 16) | ((b) << 8) | (c)) |
| #define | LIFEV_VERSION_MAJOR 4 |
| #define | LIFEV_VERSION_MINOR 0 |
| #define | LIFEV_VERSION_MICRO 3 |
| #define | LIFEV_VERSION LIFEV_MAKE_VERSION(LIFEV_VERSION_MAJOR,LIFEV_VERSION_MINOR,LIFEV_VERSION_MICRO) |
| #define | LIFEV_IS_VERSION(a, b, c) ( LIFEV_VERSION >= LIFEV_MAKE_VERSION(a,b,c) ) |
Functions | |
| unsigned int | version () |
| Returns the encoded number of LIFEV's version, see the LIFEV_VERSION macro. More... | |
| unsigned int | versionMajor () |
| Returns the major number of LIFEV's version, e.g. More... | |
| unsigned int | versionMinor () |
| Returns the minor number of LIFEV's version, e.g. More... | |
| unsigned int | versionMicro () |
| Returns the micro number of LIFEV's version, e.g. More... | |
| char const * | versionString () |
| Returns the LIFEV version as string, e.g. More... | |
The file was created from KDE/kdelibs/kdecore/kdeversion.hpp and accomodated to LifeV needs.
Definition in file LifeVersion.hpp.
| #define LIFEV_MAKE_VERSION | ( | a, | |
| b, | |||
| c | |||
| ) | (((a) << 16) | ((b) << 8) | (c)) |
Definition at line 42 of file LifeVersion.hpp.
| #define LIFEV_VERSION_MAJOR 4 |
Definition at line 45 of file LifeVersion.hpp.
| #define LIFEV_VERSION_MINOR 0 |
Definition at line 49 of file LifeVersion.hpp.
| #define LIFEV_VERSION_MICRO 3 |
Definition at line 53 of file LifeVersion.hpp.
| #define LIFEV_VERSION LIFEV_MAKE_VERSION(LIFEV_VERSION_MAJOR,LIFEV_VERSION_MINOR,LIFEV_VERSION_MICRO) |
Definition at line 57 of file LifeVersion.hpp.
| #define LIFEV_IS_VERSION | ( | a, | |
| b, | |||
| c | |||
| ) | ( LIFEV_VERSION >= LIFEV_MAKE_VERSION(a,b,c) ) |
Definition at line 61 of file LifeVersion.hpp.