#include <typeof.hpp>


Public Types | |
| typedef positive< S > | self_t |
| typedef unary_parser_category | parser_category_t |
| typedef positive_parser_gen | parser_generator_t |
| typedef unary< S, parser < self_t > > | base_t |
| typedef boost::call_traits< S > ::param_type | param_t |
| typedef boost::call_traits< S > ::const_reference | return_t |
| typedef S | subject_t |
| typedef S::embed_t | subject_embed_t |
| typedef positive< S > | embed_t |
| typedef positive< S > | derived_t |
Public Member Functions | |
| positive (S const &a) | |
| template<typename ScannerT > | |
| parser_result< self_t, ScannerT >::type | parse (ScannerT const &scan) const |
| return_t | subject () const |
| positive< S > & | derived () |
| positive< S >const & | derived () const |
| action< positive< S >, ActionT > | operator[] (ActionT const &actor) const |
| typedef unary<S, parser<self_t> > boost::spirit::positive< S >::base_t |
|
inherited |
|
inherited |
|
inherited |
| typedef unary_parser_category boost::spirit::positive< S >::parser_category_t |
| typedef positive_parser_gen boost::spirit::positive< S >::parser_generator_t |
|
inherited |
| typedef positive<S> boost::spirit::positive< S >::self_t |
|
inherited |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
Referenced by boost::spirit::positive< S >::parse().