forked from boostorg/fusion
adapt template classes/structs
[SVN r59846]
This commit is contained in:
13
include/boost/fusion/include/adapt_assoc_class.hpp
Normal file
13
include/boost/fusion/include/adapt_assoc_class.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2010 Christopher Schmidt
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
|
||||
#ifndef BOOST_FUSION_INCLUDE_ADAPT_ASSOC_CLASS_HPP
|
||||
#define BOOST_FUSION_INCLUDE_ADAPT_ASSOC_CLASS_HPP
|
||||
|
||||
#include <boost/fusion/adapted/class/adapt_assoc_class.hpp>
|
||||
|
||||
#endif
|
13
include/boost/fusion/include/adapt_assoc_class_named.hpp
Normal file
13
include/boost/fusion/include/adapt_assoc_class_named.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2010 Christopher Schmidt
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
|
||||
#ifndef BOOST_FUSION_INCLUDE_ADAPT_ASSOC_CLASS_NAMED_HPP
|
||||
#define BOOST_FUSION_INCLUDE_ADAPT_ASSOC_CLASS_NAMED_HPP
|
||||
|
||||
#include <boost/fusion/adapted/class/adapt_assoc_class_named.hpp>
|
||||
|
||||
#endif
|
13
include/boost/fusion/include/adapt_assoc_struct.hpp
Normal file
13
include/boost/fusion/include/adapt_assoc_struct.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2010 Christopher Schmidt
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
|
||||
#ifndef BOOST_FUSION_INCLUDE_ADAPT_ASSOC_STRUCT_HPP
|
||||
#define BOOST_FUSION_INCLUDE_ADAPT_ASSOC_STRUCT_HPP
|
||||
|
||||
#include <boost/fusion/adapted/struct/adapt_assoc_struct.hpp>
|
||||
|
||||
#endif
|
13
include/boost/fusion/include/adapt_assoc_struct_named.hpp
Normal file
13
include/boost/fusion/include/adapt_assoc_struct_named.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2010 Christopher Schmidt
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
|
||||
#ifndef BOOST_FUSION_INCLUDE_ADAPT_ASSOC_STRUCT_NAMED_HPP
|
||||
#define BOOST_FUSION_INCLUDE_ADAPT_ASSOC_STRUCT_NAMED_HPP
|
||||
|
||||
#include <boost/fusion/adapted/struct/adapt_assoc_struct_named.hpp>
|
||||
|
||||
#endif
|
@ -1,11 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2009 Joel de Guzman
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
|
||||
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(FUSION_INCLUDE_ADAPT_CLASS)
|
||||
#define FUSION_INCLUDE_ADAPT_CLASS
|
||||
|
||||
#ifndef BOOST_FUSION_INCLUDE_ADAPT_CLASS_HPP
|
||||
#define BOOST_FUSION_INCLUDE_ADAPT_CLASS_HPP
|
||||
|
||||
#include <boost/fusion/adapted/class/adapt_class.hpp>
|
||||
|
||||
|
13
include/boost/fusion/include/adapt_class_named.hpp
Normal file
13
include/boost/fusion/include/adapt_class_named.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2010 Christopher Schmidt
|
||||
|
||||
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)
|
||||
==============================================================================*/
|
||||
|
||||
#ifndef BOOST_FUSION_INCLUDE_ADAPT_CLASS_NAMED_HPP
|
||||
#define BOOST_FUSION_INCLUDE_ADAPT_CLASS_NAMED_HPP
|
||||
|
||||
#include <boost/fusion/adapted/class/adapt_class_named.hpp>
|
||||
|
||||
#endif
|
@ -4,8 +4,9 @@
|
||||
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(FUSION_INCLUDE_ADAPT_STRUCT)
|
||||
#define FUSION_INCLUDE_ADAPT_STRUCT
|
||||
|
||||
#ifndef BOOST_FUSION_INCLUDE_ADAPT_STRUCT_HPP
|
||||
#define BOOST_FUSION_INCLUDE_ADAPT_STRUCT_HPP
|
||||
|
||||
#include <boost/fusion/adapted/struct/adapt_struct.hpp>
|
||||
|
||||
|
@ -1,11 +1,12 @@
|
||||
/*=============================================================================
|
||||
Copyright (c) 2001-2007 Joel de Guzman
|
||||
Copyright (c) 2010 Christopher Schmidt
|
||||
|
||||
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(FUSION_INCLUDE_ADAPT_STRUCT_NAMED)
|
||||
#define FUSION_INCLUDE_ADAPT_STRUCT_NAMED
|
||||
|
||||
#ifndef BOOST_FUSION_INCLUDE_ADAPT_STRUCT_NAMED_HPP
|
||||
#define BOOST_FUSION_INCLUDE_ADAPT_STRUCT_NAMED_HPP
|
||||
|
||||
#include <boost/fusion/adapted/struct/adapt_struct_named.hpp>
|
||||
|
||||
|
Reference in New Issue
Block a user