HALDLS
|
#include <boost/preprocessor/seq/for_each.hpp>
#include <boost/preprocessor/seq/reverse.hpp>
Go to the source code of this file.
Macros | |
#define | BITFIELD_ORDER_IDENTITY(r, data, elem) elem |
#define | EXPAND_BITFIELD_ELEMENTS(x) BOOST_PP_SEQ_FOR_EACH(BITFIELD_ORDER_IDENTITY, _, x) |
#define BITFIELD_ORDER_IDENTITY | ( | r, | |
data, | |||
elem | |||
) | elem |
Definition at line 5 of file bitfield.h.
#define EXPAND_BITFIELD_ELEMENTS | ( | x | ) | BOOST_PP_SEQ_FOR_EACH(BITFIELD_ORDER_IDENTITY, _, x) |
Definition at line 14 of file bitfield.h.