Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
any_if.hpp File Reference
Include dependency graph for any_if.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::spirit::detail::apply_predicate< Iterator, Pred >
 
struct  boost::spirit::detail::result_of::attribute_next< Iterator1, Iterator2, Last2, Pred >
 
struct  boost::spirit::detail::result_of::attribute_value< Iterator1, Iterator2, Last2, Pred >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::spirit
 
 boost::spirit::detail
 
 boost::spirit::detail::result_of
 

Functions

template<typename Pred , typename Iterator1 , typename Last2 , typename Iterator2 >
result_of::attribute_next
< Iterator1, Iterator2, Last2,
Pred >::type const 
boost::spirit::detail::attribute_next (Iterator2 const &i)
 
template<typename Pred , typename Iterator1 , typename Last2 , typename Iterator2 >
result_of::attribute_value
< Iterator1, Iterator2, Last2,
Pred >::type 
boost::spirit::detail::attribute_value (Iterator2 const &i)
 
template<typename Pred , typename First1 , typename Last1 , typename First2 , typename Last2 , typename F >
bool boost::spirit::detail::any_if (First1 const &, First2 const &, Last1 const &, Last2 const &, F const &, mpl::true_)
 
template<typename Pred , typename First1 , typename Last1 , typename First2 , typename Last2 , typename F >
bool boost::spirit::detail::any_if (First1 const &first1, First2 const &first2, Last1 const &last1, Last2 const &last2, F &f, mpl::false_)
 
template<typename Pred , typename Sequence1 , typename Sequence2 , typename F >
bool boost::spirit::any_if (Sequence1 const &seq1, Sequence2 &seq2, F f, Pred)
 
template<typename Pred , typename Sequence , typename F >
bool boost::spirit::any_if (Sequence const &seq, unused_type const, F f, Pred)