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

#include <primitives.hpp>

Inheritance diagram for boost::spirit::nothing_parser:
Collaboration diagram for boost::spirit::nothing_parser:

Public Types

typedef nothing_parser self_t
 
typedef nothing_parser embed_t
 
typedef nothing_parser derived_t
 
typedef plain_parser_category parser_category_t
 

Public Member Functions

 nothing_parser ()
 
template<typename ScannerT >
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
nothing_parserderived ()
 
nothing_parserconst & derived () const
 
action< nothing_parser, ActionT > operator[] (ActionT const &actor) const
 

Member Typedef Documentation

Constructor & Destructor Documentation

boost::spirit::nothing_parser::nothing_parser ( )
inline

Member Function Documentation

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

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