forked from boostorg/fusion
29 lines
1.4 KiB
C++
29 lines
1.4 KiB
C++
![]() |
/*=============================================================================
|
||
|
Copyright (c) 2001-2006 Joel de Guzman
|
||
|
Copyright (c) 2005-2006 Dan Marsden
|
||
|
|
||
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||
|
==============================================================================*/
|
||
|
#if !defined(BOOST_FUSION_CLASS_OCTOBER_4_2009_839PM)
|
||
|
#define BOOST_FUSION_CLASS_OCTOBER_4_2009_839PM
|
||
|
|
||
|
#include <boost/fusion/adapted/class/extension.hpp>
|
||
|
#include <boost/fusion/adapted/class/adapt_struct.hpp>
|
||
|
#include <boost/fusion/adapted/class/adapt_assoc_struct.hpp>
|
||
|
#include <boost/fusion/adapted/class/class_iterator.hpp>
|
||
|
|
||
|
#include <boost/fusion/adapted/class/detail/at_impl.hpp>
|
||
|
#include <boost/fusion/adapted/class/detail/at_key_impl.hpp>
|
||
|
#include <boost/fusion/adapted/class/detail/begin_impl.hpp>
|
||
|
#include <boost/fusion/adapted/class/detail/category_of_impl.hpp>
|
||
|
#include <boost/fusion/adapted/class/detail/end_impl.hpp>
|
||
|
#include <boost/fusion/adapted/class/detail/has_key_impl.hpp>
|
||
|
#include <boost/fusion/adapted/class/detail/is_sequence_impl.hpp>
|
||
|
#include <boost/fusion/adapted/class/detail/is_view_impl.hpp>
|
||
|
#include <boost/fusion/adapted/class/detail/size_impl.hpp>
|
||
|
#include <boost/fusion/adapted/class/detail/value_at_impl.hpp>
|
||
|
#include <boost/fusion/adapted/class/detail/value_at_key_impl.hpp>
|
||
|
|
||
|
#endif
|