/usr/include/boost/spirit/home/classic/utility
NameSizeModeActions
impl/-0755rm
chset.hpp61060644editdlrm
chset_operators.hpp116950644editdlrm
confix.hpp137720644editdlrm
confix_fwd.hpp11300644editdlrm
distinct.hpp55370644editdlrm
distinct_fwd.hpp10910644editdlrm
escape_char.hpp65760644editdlrm
escape_char_fwd.hpp9190644editdlrm
flush_multi_pass.hpp27710644editdlrm
functor_parser.hpp24130644editdlrm
grammar_def.hpp111260644editdlrm
grammar_def_fwd.hpp18250644editdlrm
lists.hpp122270644editdlrm
lists_fwd.hpp9320644editdlrm
loops.hpp99620644editdlrm
regex.hpp39420644editdlrm
rule_parser.hpp521240644editdlrm
scoped_lock.hpp37810644editdlrm
typeof.hpp52770644editdlrm
Edit: /usr/include/boost/spirit/home/classic/utility/confix_fwd.hpp (1130B)
/*============================================================================= Copyright (c) 2006 Tobias Schwinger http://spirit.sourceforge.net/ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) =============================================================================*/ #if !defined(BOOST_SPIRIT_CONFIX_FWD_HPP) #define BOOST_SPIRIT_CONFIX_FWD_HPP #include #include namespace boost { namespace spirit { BOOST_SPIRIT_CLASSIC_NAMESPACE_BEGIN struct is_nested; struct non_nested; struct is_lexeme; struct non_lexeme; template < typename OpenT, typename ExprT, typename CloseT, typename CategoryT = plain_parser_category, typename NestedT = non_nested, typename LexemeT = non_lexeme > struct confix_parser; template struct comment_nest_parser; BOOST_SPIRIT_CLASSIC_NAMESPACE_END }} // namespace BOOST_SPIRIT_CLASSIC_NS #endif