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