HALDLS
bitfield.h File Reference
#include <boost/preprocessor/seq/for_each.hpp>
#include <boost/preprocessor/seq/reverse.hpp>
+ Include dependency graph for bitfield.h:

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)
 

Macro Definition Documentation

◆ BITFIELD_ORDER_IDENTITY

#define BITFIELD_ORDER_IDENTITY (   r,
  data,
  elem 
)    elem

Definition at line 5 of file bitfield.h.

◆ EXPAND_BITFIELD_ELEMENTS

#define EXPAND_BITFIELD_ELEMENTS (   x)    BOOST_PP_SEQ_FOR_EACH(BITFIELD_ORDER_IDENTITY, _, x)

Definition at line 14 of file bitfield.h.