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

#include <primitives.hpp>

Inheritance diagram for boost::spirit::blank_parser:
Collaboration diagram for boost::spirit::blank_parser:

Public Types

typedef blank_parser self_t
 
typedef blank_parser embed_t
 
typedef blank_parser derived_t
 
typedef plain_parser_category parser_category_t
 

Public Member Functions

 blank_parser ()
 
template<typename CharT >
bool test (CharT ch) const
 
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
blank_parserderived ()
 
blank_parserconst & derived () const
 
action< blank_parser, ActionT > operator[] (ActionT const &actor) const
 

Member Typedef Documentation

Constructor & Destructor Documentation

boost::spirit::blank_parser::blank_parser ( )
inline

Member Function Documentation

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

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