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::extract_uint< T, Radix, MinDigits, MaxDigits, Accumulate > Struct Template Reference

#include <numeric_utils.hpp>

Public Member Functions

 BOOST_SPIRIT_ASSERT_MSG (Radix >=2 &&Radix<=36, not_supported_radix,())
 

Static Public Member Functions

template<typename Iterator >
static bool call (Iterator &first, Iterator const &last, T &attr_)
 
template<typename Iterator , typename Attribute >
static bool call (Iterator &first, Iterator const &last, Attribute &attr_)
 

Member Function Documentation

template<typename T , unsigned Radix, unsigned MinDigits, int MaxDigits, bool Accumulate = false>
boost::spirit::qi::extract_uint< T, Radix, MinDigits, MaxDigits, Accumulate >::BOOST_SPIRIT_ASSERT_MSG ( Radix >=2 &&Radix<=  36,
not_supported_radix  ,
()   
)
template<typename T , unsigned Radix, unsigned MinDigits, int MaxDigits, bool Accumulate = false>
template<typename Iterator >
static bool boost::spirit::qi::extract_uint< T, Radix, MinDigits, MaxDigits, Accumulate >::call ( Iterator &  first,
Iterator const &  last,
T attr_ 
)
inlinestatic
template<typename T , unsigned Radix, unsigned MinDigits, int MaxDigits, bool Accumulate = false>
template<typename Iterator , typename Attribute >
static bool boost::spirit::qi::extract_uint< T, Radix, MinDigits, MaxDigits, Accumulate >::call ( Iterator &  first,
Iterator const &  last,
Attribute &  attr_ 
)
inlinestatic

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