sl@0
|
1 |
/*=============================================================================
|
sl@0
|
2 |
Copyright (c) 1998-2003 Joel de Guzman
|
sl@0
|
3 |
Copyright (c) 2001-2003 Daniel Nuffer
|
sl@0
|
4 |
Copyright (c) 2001-2003 Hartmut Kaiser
|
sl@0
|
5 |
Copyright (c) 2002-2003 Martin Wille
|
sl@0
|
6 |
Copyright (c) 2002 Juan Carlos Arevalo-Baeza
|
sl@0
|
7 |
Copyright (c) 2002 Raghavendra Satish
|
sl@0
|
8 |
Copyright (c) 2002 Jeff Westfahl
|
sl@0
|
9 |
http://spirit.sourceforge.net/
|
sl@0
|
10 |
|
sl@0
|
11 |
Use, modification and distribution is subject to the Boost Software
|
sl@0
|
12 |
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
sl@0
|
13 |
http://www.boost.org/LICENSE_1_0.txt)
|
sl@0
|
14 |
=============================================================================*/
|
sl@0
|
15 |
#if !defined(BOOST_SPIRIT_UTILITY_MAIN_HPP)
|
sl@0
|
16 |
#define BOOST_SPIRIT_UTILITY_MAIN_HPP
|
sl@0
|
17 |
|
sl@0
|
18 |
#include <boost/spirit/version.hpp>
|
sl@0
|
19 |
|
sl@0
|
20 |
///////////////////////////////////////////////////////////////////////////////
|
sl@0
|
21 |
//
|
sl@0
|
22 |
// Master header for Spirit.Utilities
|
sl@0
|
23 |
//
|
sl@0
|
24 |
///////////////////////////////////////////////////////////////////////////////
|
sl@0
|
25 |
|
sl@0
|
26 |
// Utility.Parsers
|
sl@0
|
27 |
#include <boost/spirit/utility/chset.hpp>
|
sl@0
|
28 |
#include <boost/spirit/utility/chset_operators.hpp>
|
sl@0
|
29 |
#include <boost/spirit/utility/escape_char.hpp>
|
sl@0
|
30 |
#include <boost/spirit/utility/functor_parser.hpp>
|
sl@0
|
31 |
#include <boost/spirit/utility/loops.hpp>
|
sl@0
|
32 |
#include <boost/spirit/utility/confix.hpp>
|
sl@0
|
33 |
#include <boost/spirit/utility/lists.hpp>
|
sl@0
|
34 |
#include <boost/spirit/utility/distinct.hpp>
|
sl@0
|
35 |
|
sl@0
|
36 |
// Utility.Support
|
sl@0
|
37 |
#include <boost/spirit/utility/flush_multi_pass.hpp>
|
sl@0
|
38 |
#include <boost/spirit/utility/scoped_lock.hpp>
|
sl@0
|
39 |
|
sl@0
|
40 |
|
sl@0
|
41 |
#endif // !defined(BOOST_SPIRIT_UTILITY_MAIN_HPP)
|