#include <typeof.hpp>
Classes | |
struct | result |
Public Types | |
typedef bounded< ParserT, BoundsT > | self_t |
typedef unary_parser_category | parser_category_t |
typedef bounded_gen< BoundsT > | 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 bounded< ParserT, BoundsT > | embed_t |
typedef bounded< ParserT, BoundsT > | derived_t |
Public Member Functions | |
bounded (ParserT const &p, BoundsT const &min__, BoundsT const &max__) | |
template<typename ScannerT > | |
parser_result< self_t, ScannerT >::type | parse (ScannerT const &scan) const |
return_t | subject () const |
bounded< ParserT, BoundsT > & | derived () |
bounded< ParserT, BoundsT >const & | derived () const |
action< bounded< ParserT, BoundsT >, ActionT > | operator[] (ActionT const &actor) const |
Public Attributes | |
BoundsT | min_ |
BoundsT | max_ |
typedef unary<ParserT, parser<self_t> > boost::spirit::bounded< ParserT, BoundsT >::base_t |
|
inherited |
|
inherited |
|
inherited |
typedef unary_parser_category boost::spirit::bounded< ParserT, BoundsT >::parser_category_t |
typedef bounded_gen<BoundsT> boost::spirit::bounded< ParserT, BoundsT >::parser_generator_t |
|
inherited |
typedef bounded<ParserT, BoundsT> boost::spirit::bounded< ParserT, BoundsT >::self_t |
|
inherited |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
Referenced by boost::spirit::bounded< ParserT, BoundsT >::parse().
BoundsT boost::spirit::bounded< ParserT, BoundsT >::max_ |
Referenced by boost::spirit::bounded< ParserT, BoundsT >::parse().
BoundsT boost::spirit::bounded< ParserT, BoundsT >::min_ |
Referenced by boost::spirit::bounded< ParserT, BoundsT >::parse().