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

#include <numerics_fwd.hpp>

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

Classes

struct  result
 

Public Types

typedef uint_parser< T, Radix,
MinDigits, MaxDigits > 
self_t
 
typedef uint_parser< T, Radix,
MinDigits, MaxDigits > 
embed_t
 
typedef uint_parser< T, Radix,
MinDigits, MaxDigits > 
derived_t
 
typedef plain_parser_category parser_category_t
 

Public Member Functions

template<typename ScannerT >
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
uint_parser< T, Radix,
MinDigits, MaxDigits > & 
derived ()
 
uint_parser< T, Radix,
MinDigits, MaxDigits >const & 
derived () const
 
action< uint_parser< T, Radix,
MinDigits, MaxDigits >
, ActionT > 
operator[] (ActionT const &actor) const
 

Member Typedef Documentation

typedef uint_parser< T, Radix, MinDigits, MaxDigits > boost::spirit::parser< uint_parser< T, Radix, MinDigits, MaxDigits > >::derived_t
inherited
typedef uint_parser< T, Radix, MinDigits, MaxDigits > boost::spirit::parser< uint_parser< T, Radix, MinDigits, MaxDigits > >::embed_t
inherited
typedef plain_parser_category boost::spirit::parser< uint_parser< T, Radix, MinDigits, MaxDigits > >::parser_category_t
inherited
template<typename T, int Radix, unsigned MinDigits, int MaxDigits>
typedef uint_parser<T, Radix, MinDigits, MaxDigits> boost::spirit::uint_parser< T, Radix, MinDigits, MaxDigits >::self_t

Member Function Documentation

uint_parser< T, Radix, MinDigits, MaxDigits > & boost::spirit::parser< uint_parser< T, Radix, MinDigits, MaxDigits > >::derived ( )
inlineinherited
uint_parser< T, Radix, MinDigits, MaxDigits > const& boost::spirit::parser< uint_parser< T, Radix, MinDigits, MaxDigits > >::derived ( ) const
inlineinherited
action<uint_parser< T, Radix, MinDigits, MaxDigits > , ActionT> boost::spirit::parser< uint_parser< T, Radix, MinDigits, MaxDigits > >::operator[] ( ActionT const &  actor) const
inlineinherited
template<typename T, int Radix, unsigned MinDigits, int MaxDigits>
template<typename ScannerT >
parser_result<self_t, ScannerT>::type boost::spirit::uint_parser< T, Radix, MinDigits, MaxDigits >::parse ( ScannerT const &  scan) const
inline

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