Feel++
0.91.4
|
Classes | |
class | Feel::Info |
information provider for versioning and installation directories More... | |
Namespaces | |
namespace | Feel |
Defines | |
#define | FEELPP_MAKE_VERSION(a, b, c) (((a) << 16) | ((b) << 8) | (c)) |
#define | FEELPP_IS_VERSION(a, b, c) ( FEELPP_VERSION >= FEELPP_MAKE_VERSION(a,b,c) ) |
The file was created from KDE/kdelibs/kdecore/kdeversion.hpp and accomodated to Feel needs.