|
navit 0.5.3-trunk
|
#include "attr_def.h"Go to the source code of this file.
Macros | |
| #define | ATTR2(x, y) attr_##y=x, |
| #define | ATTR(x) attr_##x, |
| #define | ATTR_UNUSED ATTR_UNUSED_L(__LINE__) |
| #define | ATTR_UNUSED_L(x) ATTR_UNUSED_WITH_LINE_NUMBER(x) |
| #define | ATTR_UNUSED_WITH_LINE_NUMBER(x) ATTR_UNUSED_##x, |
Enumerations | |
| enum | attr_type |
| #define ATTR | ( | x | ) | attr_##x, |
| #define ATTR2 | ( | x, | |
| y | |||
| ) | attr_##y=x, |
| #define ATTR_UNUSED ATTR_UNUSED_L(__LINE__) |
| #define ATTR_UNUSED_L | ( | x | ) | ATTR_UNUSED_WITH_LINE_NUMBER(x) |
| #define ATTR_UNUSED_WITH_LINE_NUMBER | ( | x | ) | ATTR_UNUSED_##x, |
| enum attr_type |
Attribute type values, created using macro magic.