#include <typeof.hpp>


Public Types | |
| typedef negated_char_parser < PositiveT > | self_t |
| typedef PositiveT | positive_t |
| typedef negated_char_parser < PositiveT > | embed_t |
| typedef negated_char_parser < PositiveT > | derived_t |
| typedef plain_parser_category | parser_category_t |
Public Member Functions | |
| negated_char_parser (positive_t const &p) | |
| template<typename T > | |
| bool | test (T ch) const |
| parser_result< self_t, ScannerT >::type | parse (ScannerT const &scan) const |
| negated_char_parser< PositiveT > & | derived () |
| negated_char_parser< PositiveT > const & | derived () const |
| action< negated_char_parser < PositiveT >, ActionT > | operator[] (ActionT const &actor) const |
Public Attributes | |
| positive_t const | positive |
|
inherited |
|
inherited |
|
inherited |
| typedef PositiveT boost::spirit::negated_char_parser< PositiveT >::positive_t |
| typedef negated_char_parser<PositiveT> boost::spirit::negated_char_parser< PositiveT >::self_t |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
| positive_t const boost::spirit::negated_char_parser< PositiveT >::positive |
Referenced by boost::spirit::operator~().