Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 10:09:12

0001 /*=============================================================================
0002     Copyright (c) 2001-2003 Daniel Nuffer
0003     Copyright (c) 2003 Giovanni Bajo
0004     http://spirit.sourceforge.net/
0005 
0006   Distributed under the Boost Software License, Version 1.0. (See accompanying
0007   file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0008 =============================================================================*/
0009 #if !defined(BOOST_SPIRIT_ITERATOR_MAIN_HPP)
0010 #define BOOST_SPIRIT_ITERATOR_MAIN_HPP
0011 
0012 #include <boost/spirit/home/classic/version.hpp>
0013 
0014 ///////////////////////////////////////////////////////////////////////////////
0015 //
0016 //  Master header for Spirit.Iterators
0017 //
0018 ///////////////////////////////////////////////////////////////////////////////
0019 
0020 #include <boost/spirit/home/classic/iterator/file_iterator.hpp>
0021 #include <boost/spirit/home/classic/iterator/fixed_size_queue.hpp>
0022 #include <boost/spirit/home/classic/iterator/position_iterator.hpp>
0023 #include <boost/spirit/home/classic/iterator/multi_pass.hpp>
0024 
0025 #endif // !defined(BOOST_SPIRIT_ITERATOR_MAIN_HPP)