Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
define_struct.hpp File Reference
#include <boost/fusion/support/config.hpp>
#include <boost/fusion/adapted/struct/adapt_struct.hpp>
#include <boost/fusion/adapted/struct/detail/define_struct.hpp>
Include dependency graph for define_struct.hpp:
This graph shows which files directly or indirectly include this file:

Macros

#define BOOST_FUSION_DEFINE_TPL_STRUCT(TEMPLATE_PARAMS_SEQ, NAMESPACE_SEQ, NAME, ATTRIBUTES)
 
#define BOOST_FUSION_DEFINE_STRUCT(NAMESPACE_SEQ, NAME, ATTRIBUTES)
 

Macro Definition Documentation

#define BOOST_FUSION_DEFINE_STRUCT (   NAMESPACE_SEQ,
  NAME,
  ATTRIBUTES 
)
Value:
BOOST_FUSION_DEFINE_STRUCT_IMPL( \
(0)NAMESPACE_SEQ, \
NAME, \
2) \
BOOST_FUSION_ADAPT_STRUCT_NAMESPACE_DECLARATION((0)NAMESPACE_SEQ) NAME, \
ATTRIBUTES)
#define BOOST_FUSION_ADAPT_STRUCT_FILLER_0(X, Y)
Definition: adapt_struct.hpp:33
#define BOOST_FUSION_ADAPT_STRUCT(NAME, ATTRIBUTES)
Definition: adapt_struct.hpp:54
#define BOOST_PP_CAT(a, b)
Definition: cat.hpp:24
#define BOOST_FUSION_DEFINE_TPL_STRUCT (   TEMPLATE_PARAMS_SEQ,
  NAMESPACE_SEQ,
  NAME,
  ATTRIBUTES 
)
Value:
\
BOOST_FUSION_DEFINE_TPL_STRUCT_IMPL( \
TEMPLATE_PARAMS_SEQ, \
(0)NAMESPACE_SEQ, \
NAME, \
2) \
TEMPLATE_PARAMS_SEQ, \
(BOOST_FUSION_ADAPT_STRUCT_NAMESPACE_DECLARATION((0)NAMESPACE_SEQ) NAME)\
TEMPLATE_PARAMS_SEQ, \
ATTRIBUTES)
#define BOOST_FUSION_ADAPT_TPL_STRUCT(TEMPLATE_PARAMS_SEQ, NAME_SEQ, ATTRIBUTES)
Definition: adapt_struct.hpp:44
#define BOOST_FUSION_ADAPT_STRUCT_FILLER_0(X, Y)
Definition: adapt_struct.hpp:33
#define BOOST_PP_CAT(a, b)
Definition: cat.hpp:24