#include <negated_char_parser.hpp>


Public Types | |
| typedef negated_char_parser < Positive >  | derived_type | 
Public Member Functions | |
| negated_char_parser (Positive const &positive) | |
| template<typename CharParam , typename Context > | |
| bool | test (CharParam ch, Context const &context) const | 
| bool | parse (Iterator &first, Iterator const &last, Context const &context, unused_type, Attribute &attr) const | 
| negated_char_parser< Positive > const &  | derived () const | 
| action< negated_char_parser < Positive >, Action >  | operator[] (Action f) const | 
| guard< negated_char_parser < Positive >, Handler >  | on_error (Handler f) const | 
Public Attributes | |
| Positive | positive | 
Static Public Attributes | |
| static bool const | handles_container | 
| static bool const | is_pass_through_unary | 
| static bool const | has_action | 
      
  | 
  inherited | 
      
  | 
  inline | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inline | 
      
  | 
  staticinherited | 
      
  | 
  staticinherited | 
      
  | 
  staticinherited | 
| Positive boost::spirit::x3::negated_char_parser< Positive >::positive | 
Referenced by boost::spirit::x3::operator~().