navit 0.5.3-trunk
Loading...
Searching...
No Matches
attr_type_def.h File Reference
#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
 

Macro Definition Documentation

◆ ATTR

#define ATTR (   x)    attr_##x,

◆ ATTR2

#define ATTR2 (   x,
 
)    attr_##y=x,

◆ ATTR_UNUSED

#define ATTR_UNUSED   ATTR_UNUSED_L(__LINE__)

◆ ATTR_UNUSED_L

#define ATTR_UNUSED_L (   x)    ATTR_UNUSED_WITH_LINE_NUMBER(x)

◆ ATTR_UNUSED_WITH_LINE_NUMBER

#define ATTR_UNUSED_WITH_LINE_NUMBER (   x)    ATTR_UNUSED_##x,

Enumeration Type Documentation

◆ attr_type

enum attr_type

Attribute type values, created using macro magic.