preprocessor.hh File Reference

preprocessor public header More...

#include <boost/preprocessor/seq/size.hpp>
#include <boost/preprocessor/seq/elem.hpp>
#include <boost/preprocessor/dec.hpp>

Include dependency graph for preprocessor.hh:

Go to the source code of this file.


Detailed Description

preprocessor public header

Definition in file preprocessor.hh.


Defines

#define  HH_SENF_Utils_preprocessor_   1
#define  SENF_PP_SEQ_BACK(seq)
  Return last element of a sequence.
#define  SENF_CAT_RECURS1(a, b)   SENF_CAT_RECURS1_I(a,b)
#define  SENF_CAT_RECURS1_I(a, b)   a ## b
#define  SENF_CAT_RECURS2(a, b)   SENF_CAT_RECURS2_I(a,b)
#define  SENF_CAT_RECURS2_I(a, b)   a ## b
#define  SENF_CAT_RECURS3(a, b)   SENF_CAT_RECURS3_I(a,b)
#define  SENF_CAT_RECURS3_I(a, b)   a ## b

Define Documentation

#define
HH_SENF_Utils_preprocessor_   1

Definition at line 27 of file preprocessor.hh.