sl@0
|
1 |
/*=============================================================================
|
sl@0
|
2 |
Copyright (c) 2001-2003 Daniel Nuffer
|
sl@0
|
3 |
Copyright (c) 2003 Giovanni Bajo
|
sl@0
|
4 |
http://spirit.sourceforge.net/
|
sl@0
|
5 |
|
sl@0
|
6 |
Use, modification and distribution is subject to the Boost Software
|
sl@0
|
7 |
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
sl@0
|
8 |
http://www.boost.org/LICENSE_1_0.txt)
|
sl@0
|
9 |
=============================================================================*/
|
sl@0
|
10 |
#if !defined(BOOST_SPIRIT_ITERATOR_MAIN_HPP)
|
sl@0
|
11 |
#define BOOST_SPIRIT_ITERATOR_MAIN_HPP
|
sl@0
|
12 |
|
sl@0
|
13 |
#include <boost/spirit/version.hpp>
|
sl@0
|
14 |
|
sl@0
|
15 |
///////////////////////////////////////////////////////////////////////////////
|
sl@0
|
16 |
//
|
sl@0
|
17 |
// Master header for Spirit.Iterators
|
sl@0
|
18 |
//
|
sl@0
|
19 |
///////////////////////////////////////////////////////////////////////////////
|
sl@0
|
20 |
|
sl@0
|
21 |
#include <boost/spirit/iterator/file_iterator.hpp>
|
sl@0
|
22 |
#include <boost/spirit/iterator/fixed_size_queue.hpp>
|
sl@0
|
23 |
#include <boost/spirit/iterator/position_iterator.hpp>
|
sl@0
|
24 |
#include <boost/spirit/iterator/multi_pass.hpp>
|
sl@0
|
25 |
|
sl@0
|
26 |
#endif // !defined(BOOST_SPIRIT_ITERATOR_MAIN_HPP)
|