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

#include <typeof.hpp>

Inheritance diagram for boost::spirit::kleene_star< S >:
Collaboration diagram for boost::spirit::kleene_star< S >:

Public Types

typedef kleene_star< S > self_t
 
typedef unary_parser_category parser_category_t
 
typedef kleene_star_parser_gen parser_generator_t
 
typedef unary< S, parser
< self_t > > 
base_t
 
typedef boost::call_traits< S >
::param_type 
param_t
 
typedef boost::call_traits< S >
::const_reference 
return_t
 
typedef S subject_t
 
typedef S::embed_t subject_embed_t
 
typedef kleene_star< S > embed_t
 
typedef kleene_star< S > derived_t
 

Public Member Functions

 kleene_star (S const &a)
 
template<typename ScannerT >
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
return_t subject () const
 
kleene_star< S > & derived ()
 
kleene_star< S >const & derived () const
 
action< kleene_star< S >, ActionT > operator[] (ActionT const &actor) const
 

Member Typedef Documentation

template<typename S >
typedef unary<S, parser<self_t> > boost::spirit::kleene_star< S >::base_t
typedef kleene_star< S > boost::spirit::parser< kleene_star< S > >::derived_t
inherited
typedef kleene_star< S > boost::spirit::parser< kleene_star< S > >::embed_t
inherited
typedef boost::call_traits<S>::param_type boost::spirit::unary< S, parser< kleene_star< S > > >::param_t
inherited
typedef boost::call_traits<S>::const_reference boost::spirit::unary< S, parser< kleene_star< S > > >::return_t
inherited
template<typename S >
typedef kleene_star<S> boost::spirit::kleene_star< S >::self_t
typedef S::embed_t boost::spirit::unary< S, parser< kleene_star< S > > >::subject_embed_t
inherited
typedef S boost::spirit::unary< S, parser< kleene_star< S > > >::subject_t
inherited

Constructor & Destructor Documentation

template<typename S >
boost::spirit::kleene_star< S >::kleene_star ( S const &  a)
inline

Member Function Documentation

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

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