Project revived from Feb2017
[EroSomnia.git] / deps / boost_1_63_0 / boost / spirit / home / classic / core / scanner / skipper_fwd.hpp
blob228e618bace5118f5188cc999788481a01f13123
1 /*=============================================================================
2 Copyright (c) 2006 Tobias Schwinger
3 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_SKIPPER_FWD_HPP)
9 #define BOOST_SPIRIT_SKIPPER_FWD_HPP
11 #include <boost/spirit/home/classic/namespace.hpp>
12 #include <boost/spirit/home/classic/core/scanner/scanner_fwd.hpp>
14 namespace boost { namespace spirit {
16 BOOST_SPIRIT_CLASSIC_NAMESPACE_BEGIN
18 template <typename BaseT = iteration_policy>
19 struct skipper_iteration_policy;
21 template <typename BaseT = iteration_policy>
22 struct no_skipper_iteration_policy;
24 template <typename ParserT, typename BaseT = iteration_policy>
25 class skip_parser_iteration_policy;
27 BOOST_SPIRIT_CLASSIC_NAMESPACE_END
29 }} // namespace BOOST_SPIRIT_CLASSIC_NS
31 #endif