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

#include <typeof.hpp>

Inheritance diagram for boost::spirit::min_bounded< ParserT, BoundsT >:
Collaboration diagram for boost::spirit::min_bounded< ParserT, BoundsT >:

Classes

struct  result
 

Public Types

typedef min_bounded< ParserT,
BoundsT > 
self_t
 
typedef unary_parser_category parser_category_t
 
typedef min_bounded_gen< BoundsT > parser_generator_t
 
typedef unary< ParserT, parser
< self_t > > 
base_t
 
typedef boost::call_traits
< ParserT >::param_type 
param_t
 
typedef boost::call_traits
< ParserT >::const_reference 
return_t
 
typedef ParserT subject_t
 
typedef ParserT::embed_t subject_embed_t
 
typedef min_bounded< ParserT,
BoundsT > 
embed_t
 
typedef min_bounded< ParserT,
BoundsT > 
derived_t
 

Public Member Functions

 min_bounded (ParserT const &p, BoundsT const &min__)
 
template<typename ScannerT >
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
return_t subject () const
 
min_bounded< ParserT, BoundsT > & derived ()
 
min_bounded< ParserT, BoundsT >
const & 
derived () const
 
action< min_bounded< ParserT,
BoundsT >, ActionT > 
operator[] (ActionT const &actor) const
 

Public Attributes

BoundsT min_
 

Member Typedef Documentation

template<typename ParserT , typename BoundsT >
typedef unary<ParserT, parser<self_t> > boost::spirit::min_bounded< ParserT, BoundsT >::base_t
typedef min_bounded< ParserT, BoundsT > boost::spirit::parser< min_bounded< ParserT, BoundsT > >::derived_t
inherited
typedef min_bounded< ParserT, BoundsT > boost::spirit::parser< min_bounded< ParserT, BoundsT > >::embed_t
inherited
typedef boost::call_traits<ParserT >::param_type boost::spirit::unary< ParserT , parser< min_bounded< ParserT, BoundsT > > >::param_t
inherited
template<typename ParserT , typename BoundsT >
typedef unary_parser_category boost::spirit::min_bounded< ParserT, BoundsT >::parser_category_t
template<typename ParserT , typename BoundsT >
typedef min_bounded_gen<BoundsT> boost::spirit::min_bounded< ParserT, BoundsT >::parser_generator_t
typedef boost::call_traits<ParserT >::const_reference boost::spirit::unary< ParserT , parser< min_bounded< ParserT, BoundsT > > >::return_t
inherited
template<typename ParserT , typename BoundsT >
typedef min_bounded<ParserT, BoundsT> boost::spirit::min_bounded< ParserT, BoundsT >::self_t
typedef ParserT ::embed_t boost::spirit::unary< ParserT , parser< min_bounded< ParserT, BoundsT > > >::subject_embed_t
inherited
typedef ParserT boost::spirit::unary< ParserT , parser< min_bounded< ParserT, BoundsT > > >::subject_t
inherited

Constructor & Destructor Documentation

template<typename ParserT , typename BoundsT >
boost::spirit::min_bounded< ParserT, BoundsT >::min_bounded ( ParserT const &  p,
BoundsT const &  min__ 
)
inline

Member Function Documentation

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

Member Data Documentation

template<typename ParserT , typename BoundsT >
BoundsT boost::spirit::min_bounded< ParserT, BoundsT >::min_

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