#include <typeof.hpp>
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 |
typedef unary<ParserT, parser<self_t> > boost::spirit::fixed_loop< ParserT, ExactT >::base_t |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
typedef fixed_loop<ParserT, ExactT> boost::spirit::fixed_loop< ParserT, ExactT >::self_t |
|
inherited |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
Referenced by boost::spirit::fixed_loop< ParserT, ExactT >::parse().