LifeV
LifeVersion.hpp File Reference

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...
 

Detailed Description

The file was created from KDE/kdelibs/kdecore/kdeversion.hpp and accomodated to LifeV needs.

Date
2005-02-19
Author
Christophe Prud'homme chris.nosp@m.toph.nosp@m.e.pru.nosp@m.dhom.nosp@m.me@ep.nosp@m.fl.c.nosp@m.h Simone Deparis simon.nosp@m.e.de.nosp@m.paris.nosp@m.@epf.nosp@m.l.ch

Definition in file LifeVersion.hpp.

Macro Definition Documentation

◆ LIFEV_MAKE_VERSION

#define LIFEV_MAKE_VERSION (   a,
  b,
 
)    (((a) << 16) | ((b) << 8) | (c))

Definition at line 42 of file LifeVersion.hpp.

◆ LIFEV_VERSION_MAJOR

#define LIFEV_VERSION_MAJOR   4

Definition at line 45 of file LifeVersion.hpp.

◆ LIFEV_VERSION_MINOR

#define LIFEV_VERSION_MINOR   0

Definition at line 49 of file LifeVersion.hpp.

◆ LIFEV_VERSION_MICRO

#define LIFEV_VERSION_MICRO   3

Definition at line 53 of file LifeVersion.hpp.

◆ LIFEV_VERSION

Definition at line 57 of file LifeVersion.hpp.

◆ LIFEV_IS_VERSION

#define LIFEV_IS_VERSION (   a,
  b,
 
)    ( LIFEV_VERSION >= LIFEV_MAKE_VERSION(a,b,c) )

Definition at line 61 of file LifeVersion.hpp.