MIRA
|
Platform dependent defines and macros. More...
Go to the source code of this file.
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Macros | |
#define | MIRA_FUNCTION __FUNCTION__ |
#define | MIRA_DEFAULT_CONSTRUCTOR {} |
#define | MIRA_DEPRECATED(text, decl) __attribute__ ((deprecated)) decl |
The following macro MIRA_GNUC_VERSION combines the gcc compiler version numbers in a single number. More... | |
#define | MIRA_DEPRECATED_CLASS(text) __attribute__ ((deprecated)) |
Platform dependent defines and macros.
#define MIRA_FUNCTION __FUNCTION__ |
#define MIRA_DEFAULT_CONSTRUCTOR {} |
#define MIRA_DEPRECATED | ( | text, | |
decl | |||
) | __attribute__ ((deprecated)) decl |
The following macro MIRA_GNUC_VERSION combines the gcc compiler version numbers in a single number.
One can test if the compiler meets a required version e.g. 4.6.1 with: #if MIRA_GNUC_VERSION == 40601 Macro for declaring functions and classes deprecated.
#define MIRA_DEPRECATED_CLASS | ( | text | ) | __attribute__ ((deprecated)) |