Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::qi::uint_parser< T, Radix, MinDigits, MaxDigits > Struct Template Reference

#include <uint.hpp>

Inheritance diagram for boost::spirit::qi::uint_parser< T, Radix, MinDigits, MaxDigits >:
Collaboration diagram for boost::spirit::qi::uint_parser< T, Radix, MinDigits, MaxDigits >:

Public Types

typedef terminal
< tag::uint_parser< T, Radix,
MinDigits, MaxDigits > > 
this_type
 
typedef tag::uint_parser< T,
Radix, MinDigits, MaxDigits > 
terminal_type
 
typedef proto::extends
< typename proto::terminal
< tag::uint_parser< T, Radix,
MinDigits, MaxDigits > >::type,
terminal< tag::uint_parser< T,
Radix, MinDigits, MaxDigits > > > 
base_type
 

Public Member Functions

result< A0 >::type operator() (A0 const &_0_, typename detail::contains_actor< A0 >::is_false=0) const
 
result< A0, A1 >::type operator() (A0 const &_0_, A1 const &_1_, typename detail::contains_actor< A0, A1 >::is_false=0) const
 
result< A0, A1, A2 >::type operator() (A0 const &_0_, A1 const &_1_, A2 const &_2_, typename detail::contains_actor< A0, A1, A2 >::is_false=0) const
 
result< A0 >::type operator() (A0 const &_0_, typename detail::contains_actor< A0 >::is_true=0) const
 
result< A0, A1 >::type operator() (A0 const &_0_, A1 const &_1_, typename detail::contains_actor< A0, A1 >::is_true=0) const
 
result< A0, A1, A2 >::type operator() (A0 const &_0_, A1 const &_1_, A2 const &_2_, typename detail::contains_actor< A0, A1, A2 >::is_true=0) const
 

Member Typedef Documentation

typedef proto::extends< typename proto::terminal<tag::uint_parser< T, Radix, MinDigits, MaxDigits > >::type , terminal<tag::uint_parser< T, Radix, MinDigits, MaxDigits > > > boost::spirit::terminal< tag::uint_parser< T, Radix, MinDigits, MaxDigits > >::base_type
inherited
typedef tag::uint_parser< T, Radix, MinDigits, MaxDigits > boost::spirit::terminal< tag::uint_parser< T, Radix, MinDigits, MaxDigits > >::terminal_type
inherited
typedef terminal<tag::uint_parser< T, Radix, MinDigits, MaxDigits > > boost::spirit::terminal< tag::uint_parser< T, Radix, MinDigits, MaxDigits > >::this_type
inherited

Member Function Documentation

result<A0>::type boost::spirit::terminal< tag::uint_parser< T, Radix, MinDigits, MaxDigits > >::operator() ( A0 const &  _0_,
typename detail::contains_actor< A0 >::is_false  = 0 
) const
inlineinherited
result<A0, A1>::type boost::spirit::terminal< tag::uint_parser< T, Radix, MinDigits, MaxDigits > >::operator() ( A0 const &  _0_,
A1 const &  _1_,
typename detail::contains_actor< A0, A1 >::is_false  = 0 
) const
inlineinherited
result<A0, A1, A2>::type boost::spirit::terminal< tag::uint_parser< T, Radix, MinDigits, MaxDigits > >::operator() ( A0 const &  _0_,
A1 const &  _1_,
A2 const &  _2_,
typename detail::contains_actor< A0, A1, A2 >::is_false  = 0 
) const
inlineinherited
result<A0>::type boost::spirit::terminal< tag::uint_parser< T, Radix, MinDigits, MaxDigits > >::operator() ( A0 const &  _0_,
typename detail::contains_actor< A0 >::is_true  = 0 
) const
inlineinherited
result<A0, A1>::type boost::spirit::terminal< tag::uint_parser< T, Radix, MinDigits, MaxDigits > >::operator() ( A0 const &  _0_,
A1 const &  _1_,
typename detail::contains_actor< A0, A1 >::is_true  = 0 
) const
inlineinherited
result<A0, A1, A2>::type boost::spirit::terminal< tag::uint_parser< T, Radix, MinDigits, MaxDigits > >::operator() ( A0 const &  _0_,
A1 const &  _1_,
A2 const &  _2_,
typename detail::contains_actor< A0, A1, A2 >::is_true  = 0 
) const
inlineinherited

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