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

#include <typeof.hpp>

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

Public Types

typedef positive< S > self_t
 
typedef unary_parser_category parser_category_t
 
typedef positive_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 positive< S > embed_t
 
typedef positive< S > derived_t
 

Public Member Functions

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

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