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

Classes

singleton  boost::spirit::action< ParserT, ActionT >
 
struct  boost::spirit::plain_parser_category
 
struct  boost::spirit::binary_parser_category
 
struct  boost::spirit::unary_parser_category
 
struct  boost::spirit::action_parser_category
 
struct  boost::spirit::parser_result< ParserT, ScannerT >
 
struct  boost::spirit::parser< DerivedT >
 
struct  boost::spirit::parser< DerivedT >::result< ScannerT >
 
struct  boost::spirit::parse_info< IteratorT >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::spirit
 

Functions

template<typename IteratorT , typename DerivedT >
parse_info< IteratorT > boost::spirit::parse (IteratorT const &first, IteratorT const &last, parser< DerivedT > const &p)
 
template<typename CharT , typename DerivedT >
parse_info< CharT const * > boost::spirit::parse (CharT const *str, parser< DerivedT > const &p)