Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::negated_char_parser< PositiveT > Struct Template Reference

#include <typeof.hpp>

Inheritance diagram for boost::spirit::negated_char_parser< PositiveT >:
Collaboration diagram for boost::spirit::negated_char_parser< PositiveT >:

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
 

Member Typedef Documentation

typedef negated_char_parser< PositiveT > boost::spirit::parser< negated_char_parser< PositiveT > >::derived_t
inherited
typedef negated_char_parser< PositiveT > boost::spirit::parser< negated_char_parser< PositiveT > >::embed_t
inherited
template<typename PositiveT>
typedef PositiveT boost::spirit::negated_char_parser< PositiveT >::positive_t
template<typename PositiveT>
typedef negated_char_parser<PositiveT> boost::spirit::negated_char_parser< PositiveT >::self_t

Constructor & Destructor Documentation

template<typename PositiveT>
boost::spirit::negated_char_parser< PositiveT >::negated_char_parser ( positive_t const &  p)
inline

Member Function Documentation

negated_char_parser< PositiveT > & boost::spirit::parser< negated_char_parser< PositiveT > >::derived ( )
inlineinherited
negated_char_parser< PositiveT > const& boost::spirit::parser< negated_char_parser< PositiveT > >::derived ( ) const
inlineinherited
action<negated_char_parser< PositiveT > , ActionT> boost::spirit::parser< negated_char_parser< PositiveT > >::operator[] ( ActionT const &  actor) const
inlineinherited
parser_result<self_t, ScannerT>::type boost::spirit::char_parser< negated_char_parser< PositiveT > >::parse ( ScannerT const &  scan) const
inlineinherited
template<typename PositiveT>
template<typename T >
bool boost::spirit::negated_char_parser< PositiveT >::test ( T  ch) const
inline

Member Data Documentation

template<typename PositiveT>
positive_t const boost::spirit::negated_char_parser< PositiveT >::positive

The documentation for this struct was generated from the following file: