Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::chseq< IteratorT > Singleton Reference

#include <typeof.hpp>

Inheritance diagram for boost::spirit::chseq< IteratorT >:
Collaboration diagram for boost::spirit::chseq< IteratorT >:

Public Types

typedef chseq< IteratorT > self_t
 
typedef chseq< IteratorT > embed_t
 
typedef chseq< IteratorT > derived_t
 
typedef plain_parser_category parser_category_t
 

Public Member Functions

 chseq (IteratorT first_, IteratorT last_)
 
 chseq (IteratorT first_)
 
template<typename ScannerT >
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
chseq< IteratorT > & derived ()
 
chseq< IteratorT >const & derived () const
 
action< chseq< IteratorT >
, ActionT > 
operator[] (ActionT const &actor) const
 

Member Typedef Documentation

typedef chseq< IteratorT > boost::spirit::parser< chseq< IteratorT > >::derived_t
inherited
typedef chseq< IteratorT > boost::spirit::parser< chseq< IteratorT > >::embed_t
inherited
template<typename IteratorT = char const*>
typedef chseq<IteratorT> boost::spirit::chseq< IteratorT >::self_t

Constructor & Destructor Documentation

template<typename IteratorT = char const*>
boost::spirit::chseq< IteratorT >::chseq ( IteratorT  first_,
IteratorT  last_ 
)
inline
template<typename IteratorT = char const*>
boost::spirit::chseq< IteratorT >::chseq ( IteratorT  first_)
inline

Member Function Documentation

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

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