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

#include <exceptions_fwd.hpp>

Inheritance diagram for boost::spirit::assertive_parser< ErrorDescrT, ParserT >:
Collaboration diagram for boost::spirit::assertive_parser< ErrorDescrT, ParserT >:

Classes

struct  result
 

Public Types

typedef assertive_parser
< ErrorDescrT, ParserT > 
self_t
 
typedef unary< ParserT, parser
< self_t > > 
base_t
 
typedef unary_parser_category parser_category_t
 
typedef boost::call_traits
< ParserT >::param_type 
param_t
 
typedef boost::call_traits
< ParserT >::const_reference 
return_t
 
typedef ParserT subject_t
 
typedef ParserT::embed_t subject_embed_t
 
typedef assertive_parser
< ErrorDescrT, ParserT > 
embed_t
 
typedef assertive_parser
< ErrorDescrT, ParserT > 
derived_t
 

Public Member Functions

 assertive_parser (ParserT const &parser, ErrorDescrT descriptor_)
 
template<typename ScannerT >
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
return_t subject () const
 
assertive_parser< ErrorDescrT,
ParserT > & 
derived ()
 
assertive_parser< ErrorDescrT,
ParserT >const & 
derived () const
 
action< assertive_parser
< ErrorDescrT, ParserT >
, ActionT > 
operator[] (ActionT const &actor) const
 

Public Attributes

ErrorDescrT descriptor
 

Member Typedef Documentation

template<typename ErrorDescrT, typename ParserT>
typedef unary<ParserT, parser<self_t> > boost::spirit::assertive_parser< ErrorDescrT, ParserT >::base_t
typedef assertive_parser< ErrorDescrT, ParserT > boost::spirit::parser< assertive_parser< ErrorDescrT, ParserT > >::derived_t
inherited
typedef assertive_parser< ErrorDescrT, ParserT > boost::spirit::parser< assertive_parser< ErrorDescrT, ParserT > >::embed_t
inherited
typedef boost::call_traits<ParserT >::param_type boost::spirit::unary< ParserT , parser< assertive_parser< ErrorDescrT, ParserT > > >::param_t
inherited
template<typename ErrorDescrT, typename ParserT>
typedef unary_parser_category boost::spirit::assertive_parser< ErrorDescrT, ParserT >::parser_category_t
typedef boost::call_traits<ParserT >::const_reference boost::spirit::unary< ParserT , parser< assertive_parser< ErrorDescrT, ParserT > > >::return_t
inherited
template<typename ErrorDescrT, typename ParserT>
typedef assertive_parser<ErrorDescrT, ParserT> boost::spirit::assertive_parser< ErrorDescrT, ParserT >::self_t
typedef ParserT ::embed_t boost::spirit::unary< ParserT , parser< assertive_parser< ErrorDescrT, ParserT > > >::subject_embed_t
inherited
typedef ParserT boost::spirit::unary< ParserT , parser< assertive_parser< ErrorDescrT, ParserT > > >::subject_t
inherited

Constructor & Destructor Documentation

template<typename ErrorDescrT, typename ParserT>
boost::spirit::assertive_parser< ErrorDescrT, ParserT >::assertive_parser ( ParserT const &  parser,
ErrorDescrT  descriptor_ 
)
inline

Member Function Documentation

assertive_parser< ErrorDescrT, ParserT > & boost::spirit::parser< assertive_parser< ErrorDescrT, ParserT > >::derived ( )
inlineinherited
assertive_parser< ErrorDescrT, ParserT > const& boost::spirit::parser< assertive_parser< ErrorDescrT, ParserT > >::derived ( ) const
inlineinherited
action<assertive_parser< ErrorDescrT, ParserT > , ActionT> boost::spirit::parser< assertive_parser< ErrorDescrT, ParserT > >::operator[] ( ActionT const &  actor) const
inlineinherited
template<typename ErrorDescrT, typename ParserT>
template<typename ScannerT >
parser_result<self_t, ScannerT>::type boost::spirit::assertive_parser< ErrorDescrT, ParserT >::parse ( ScannerT const &  scan) const
inline
return_t boost::spirit::unary< ParserT , parser< assertive_parser< ErrorDescrT, ParserT > > >::subject ( ) const
inlineinherited

Member Data Documentation

template<typename ErrorDescrT, typename ParserT>
ErrorDescrT boost::spirit::assertive_parser< ErrorDescrT, ParserT >::descriptor

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