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

#include <typeof.hpp>

Inheritance diagram for boost::spirit::fixed_loop< ParserT, ExactT >:
Collaboration diagram for boost::spirit::fixed_loop< ParserT, ExactT >:

Classes

struct  result
 

Public Types

typedef fixed_loop< ParserT,
ExactT > 
self_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 fixed_loop< ParserT,
ExactT > 
embed_t
 
typedef fixed_loop< ParserT,
ExactT > 
derived_t
 
typedef plain_parser_category parser_category_t
 

Public Member Functions

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename ParserT , typename ExactT >
boost::spirit::fixed_loop< ParserT, ExactT >::fixed_loop ( ParserT const &  subject_,
ExactT const &  exact 
)
inline

Member Function Documentation

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

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