Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::qi::stream_parser< Char, T > Struct Template Reference

#include <stream.hpp>

Inheritance diagram for boost::spirit::qi::stream_parser< Char, T >:
Collaboration diagram for boost::spirit::qi::stream_parser< Char, T >:

Classes

struct  attribute
 

Public Types

typedef stream_parser< Char, Tderived_type
 
typedef qi::domain domain
 

Public Member Functions

template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool parse (Iterator &first, Iterator const &last, Context &, Skipper const &skipper, Attribute &attr_) const
 
template<typename Context >
info what (Context &) const
 
stream_parser< Char, T >const & derived () const
 

Member Typedef Documentation

typedef stream_parser< Char, T > boost::spirit::qi::parser< stream_parser< Char, T > >::derived_type
inherited
typedef qi::domain boost::spirit::qi::parser< stream_parser< Char, T > >::domain
inherited

Member Function Documentation

stream_parser< Char, T > const& boost::spirit::qi::parser< stream_parser< Char, T > >::derived ( ) const
inlineinherited
template<typename Char = char, typename T = spirit::basic_hold_any<char>>
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool boost::spirit::qi::stream_parser< Char, T >::parse ( Iterator &  first,
Iterator const &  last,
Context &  ,
Skipper const &  skipper,
Attribute &  attr_ 
) const
inline
template<typename Char = char, typename T = spirit::basic_hold_any<char>>
template<typename Context >
info boost::spirit::qi::stream_parser< Char, T >::what ( Context &  ) const
inline

The documentation for this struct was generated from the following file: