Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
define_struct_inline.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_inline.hpp>
Include dependency graph for define_struct_inline.hpp:
This graph shows which files directly or indirectly include this file:

Macros

#define BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE(TEMPLATE_PARAMS_SEQ, NAME, ATTRIBUTES)
 
#define BOOST_FUSION_DEFINE_STRUCT_INLINE(NAME, ATTRIBUTES)   BOOST_FUSION_DEFINE_STRUCT_INLINE_IMPL(NAME, ATTRIBUTES) \
 

Macro Definition Documentation

#define BOOST_FUSION_DEFINE_STRUCT_INLINE (   NAME,
  ATTRIBUTES 
)    BOOST_FUSION_DEFINE_STRUCT_INLINE_IMPL(NAME, ATTRIBUTES) \
#define BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE (   TEMPLATE_PARAMS_SEQ,
  NAME,
  ATTRIBUTES 
)
Value:
\
BOOST_FUSION_DEFINE_TPL_STRUCT_INLINE_IMPL( \
TEMPLATE_PARAMS_SEQ, \
NAME, \
ATTRIBUTES)