sl@0: //----------------------------------------------------------------------------- sl@0: // boost variant.hpp header file sl@0: // See http://www.boost.org for updates, documentation, and revision history. sl@0: //----------------------------------------------------------------------------- sl@0: // sl@0: // Copyright (c) 2003 sl@0: // Eric Friedman, Itay Maman sl@0: // sl@0: // Distributed under the Boost Software License, Version 1.0. (See sl@0: // accompanying file LICENSE_1_0.txt or copy at sl@0: // http://www.boost.org/LICENSE_1_0.txt) sl@0: sl@0: #ifndef BOOST_VARIANT_HPP sl@0: #define BOOST_VARIANT_HPP sl@0: sl@0: // variant "main" sl@0: #include "boost/variant/variant.hpp" sl@0: #include "boost/variant/recursive_variant.hpp" sl@0: #include "boost/variant/recursive_wrapper.hpp" sl@0: sl@0: // common applications sl@0: #include "boost/variant/get.hpp" sl@0: #include "boost/variant/apply_visitor.hpp" sl@0: #include "boost/variant/static_visitor.hpp" sl@0: #include "boost/variant/visitor_ptr.hpp" sl@0: sl@0: #endif // BOOST_VARIANT_HPP