2011-04-27 10:05:43 +00:00
|
|
|
/****************************************************************************
|
|
|
|
**
|
2015-01-28 08:44:43 +00:00
|
|
|
** Copyright (C) 2015 The Qt Company Ltd.
|
|
|
|
** Contact: http://www.qt.io/licensing/
|
2011-04-27 10:05:43 +00:00
|
|
|
**
|
|
|
|
** This file is part of the test suite of the Qt Toolkit.
|
|
|
|
**
|
2014-08-21 13:51:22 +00:00
|
|
|
** $QT_BEGIN_LICENSE:LGPL21$
|
2012-09-19 12:28:29 +00:00
|
|
|
** Commercial License Usage
|
|
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
|
|
** accordance with the commercial license agreement provided with the
|
|
|
|
** Software or, alternatively, in accordance with the terms contained in
|
2015-01-28 08:44:43 +00:00
|
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
|
|
** and conditions see http://www.qt.io/terms-conditions. For further
|
|
|
|
** information use the contact form at http://www.qt.io/contact-us.
|
2012-09-19 12:28:29 +00:00
|
|
|
**
|
2011-04-27 10:05:43 +00:00
|
|
|
** GNU Lesser General Public License Usage
|
2012-09-19 12:28:29 +00:00
|
|
|
** Alternatively, this file may be used under the terms of the GNU Lesser
|
2014-08-21 13:51:22 +00:00
|
|
|
** General Public License version 2.1 or version 3 as published by the Free
|
|
|
|
** Software Foundation and appearing in the file LICENSE.LGPLv21 and
|
|
|
|
** LICENSE.LGPLv3 included in the packaging of this file. Please review the
|
|
|
|
** following information to ensure the GNU Lesser General Public License
|
|
|
|
** requirements will be met: https://www.gnu.org/licenses/lgpl.html and
|
|
|
|
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
2011-04-27 10:05:43 +00:00
|
|
|
**
|
2015-01-28 08:44:43 +00:00
|
|
|
** As a special exception, The Qt Company gives you certain additional
|
|
|
|
** rights. These rights are described in The Qt Company LGPL Exception
|
2011-04-27 10:05:43 +00:00
|
|
|
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
|
|
|
**
|
|
|
|
** $QT_END_LICENSE$
|
|
|
|
**
|
|
|
|
****************************************************************************/
|
2014-01-17 12:49:41 +00:00
|
|
|
|
|
|
|
#ifndef PARSE_BOOST_H
|
|
|
|
#define PARSE_BOOST_H
|
2011-04-27 10:05:43 +00:00
|
|
|
#include <boost/aligned_storage.hpp>
|
|
|
|
#include <boost/any.hpp>
|
|
|
|
#include <boost/array.hpp>
|
|
|
|
#include <boost/assert.hpp>
|
|
|
|
#include <boost/assign.hpp>
|
|
|
|
#include <boost/bind.hpp>
|
|
|
|
#include <boost/blank_fwd.hpp>
|
|
|
|
#include <boost/blank.hpp>
|
|
|
|
#include <boost/call_traits.hpp>
|
|
|
|
#include <boost/cast.hpp>
|
|
|
|
#include <boost/checked_delete.hpp>
|
|
|
|
#include <boost/compressed_pair.hpp>
|
|
|
|
#include <boost/concept_archetype.hpp>
|
|
|
|
#include <boost/concept_check.hpp>
|
|
|
|
#include <boost/config.hpp>
|
|
|
|
#include <boost/crc.hpp>
|
|
|
|
#include <boost/cstdint.hpp>
|
|
|
|
#include <boost/cstdlib.hpp>
|
|
|
|
#include <boost/current_function.hpp>
|
|
|
|
#include <boost/dynamic_bitset_fwd.hpp>
|
|
|
|
#include <boost/dynamic_bitset.hpp>
|
|
|
|
#include <boost/enable_shared_from_this.hpp>
|
|
|
|
#include <boost/format.hpp>
|
|
|
|
#include <boost/functional.hpp>
|
|
|
|
#include <boost/function_equal.hpp>
|
|
|
|
#include <boost/function.hpp>
|
|
|
|
#include <boost/function_output_iterator.hpp>
|
|
|
|
#include <boost/generator_iterator.hpp>
|
|
|
|
#include <boost/get_pointer.hpp>
|
|
|
|
#include <boost/implicit_cast.hpp>
|
|
|
|
#include <boost/indirect_reference.hpp>
|
|
|
|
#include <boost/integer_fwd.hpp>
|
|
|
|
#include <boost/integer.hpp>
|
|
|
|
#include <boost/integer_traits.hpp>
|
|
|
|
#include <boost/intrusive_ptr.hpp>
|
|
|
|
#include <boost/io_fwd.hpp>
|
|
|
|
#include <boost/iterator_adaptors.hpp>
|
|
|
|
#include <boost/iterator.hpp>
|
|
|
|
#include <boost/last_value.hpp>
|
|
|
|
#include <boost/lexical_cast.hpp>
|
|
|
|
#include <boost/limits.hpp>
|
|
|
|
#include <boost/math_fwd.hpp>
|
|
|
|
#include <boost/mem_fn.hpp>
|
|
|
|
#include <boost/multi_array.hpp>
|
|
|
|
#include <boost/next_prior.hpp>
|
|
|
|
#include <boost/noncopyable.hpp>
|
|
|
|
#include <boost/nondet_random.hpp>
|
|
|
|
#include <boost/none.hpp>
|
|
|
|
#include <boost/non_type.hpp>
|
|
|
|
#include <boost/operators.hpp>
|
|
|
|
#include <boost/optional.hpp>
|
|
|
|
#include <boost/pfto.hpp>
|
|
|
|
#include <boost/pointee.hpp>
|
|
|
|
#include <boost/preprocessor.hpp>
|
|
|
|
#include <boost/progress.hpp>
|
|
|
|
#include <boost/property_map.hpp>
|
|
|
|
#include <boost/property_map_iterator.hpp>
|
|
|
|
#include <boost/random.hpp>
|
|
|
|
#include <boost/range.hpp>
|
|
|
|
#include <boost/rational.hpp>
|
|
|
|
#include <boost/ref.hpp>
|
|
|
|
#include <boost/scoped_array.hpp>
|
|
|
|
#include <boost/scoped_ptr.hpp>
|
|
|
|
#include <boost/shared_array.hpp>
|
|
|
|
#include <boost/shared_container_iterator.hpp>
|
|
|
|
#include <boost/shared_ptr.hpp>
|
|
|
|
#include <boost/smart_cast.hpp>
|
|
|
|
#include <boost/smart_ptr.hpp>
|
|
|
|
#include <boost/spirit.hpp>
|
|
|
|
#include <boost/state_saver.hpp>
|
|
|
|
#include <boost/static_assert.hpp>
|
|
|
|
#include <boost/static_warning.hpp>
|
|
|
|
#include <boost/strong_typedef.hpp>
|
|
|
|
#include <boost/throw_exception.hpp>
|
|
|
|
#include <boost/timer.hpp>
|
|
|
|
#include <boost/token_functions.hpp>
|
|
|
|
#include <boost/token_iterator.hpp>
|
|
|
|
#include <boost/tokenizer.hpp>
|
|
|
|
#include <boost/type.hpp>
|
|
|
|
#include <boost/type_traits.hpp>
|
|
|
|
#include <boost/utility.hpp>
|
|
|
|
#include <boost/variant.hpp>
|
|
|
|
#include <boost/vector_property_map.hpp>
|
|
|
|
#include <boost/version.hpp>
|
|
|
|
#include <boost/visit_each.hpp>
|
|
|
|
#include <boost/weak_ptr.hpp>
|
2014-01-17 12:49:41 +00:00
|
|
|
#endif // PARSE_BOOST_H
|