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