iterator.hpp 1.1 KB

12345678910111213141516171819202122232425
  1. /*=============================================================================
  2. Copyright (c) 2001-2003 Daniel Nuffer
  3. Copyright (c) 2003 Giovanni Bajo
  4. http://spirit.sourceforge.net/
  5. Distributed under the Boost Software License, Version 1.0. (See accompanying
  6. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. =============================================================================*/
  8. #if !defined(BOOST_SPIRIT_ITERATOR_MAIN_HPP)
  9. #define BOOST_SPIRIT_ITERATOR_MAIN_HPP
  10. #include <boost/spirit/home/classic/version.hpp>
  11. ///////////////////////////////////////////////////////////////////////////////
  12. //
  13. // Master header for Spirit.Iterators
  14. //
  15. ///////////////////////////////////////////////////////////////////////////////
  16. #include <boost/spirit/home/classic/iterator/file_iterator.hpp>
  17. #include <boost/spirit/home/classic/iterator/fixed_size_queue.hpp>
  18. #include <boost/spirit/home/classic/iterator/position_iterator.hpp>
  19. #include <boost/spirit/home/classic/iterator/multi_pass.hpp>
  20. #endif // !defined(BOOST_SPIRIT_ITERATOR_MAIN_HPP)