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

#include <typeof.hpp>

Inheritance diagram for boost::spirit::contiguous< ParserT >:
Collaboration diagram for boost::spirit::contiguous< ParserT >:

Classes

struct  result
 

Public Types

typedef contiguous< ParserT > self_t
 
typedef unary_parser_category parser_category_t
 
typedef lexeme_parser_gen parser_generator_t
 
typedef unary< ParserT, parser
< self_t > > 
base_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 contiguous< ParserT > embed_t
 
typedef contiguous< ParserT > derived_t
 

Public Member Functions

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename ParserT >
boost::spirit::contiguous< ParserT >::contiguous ( ParserT const &  p)
inline

Member Function Documentation

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

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