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

#include <int.hpp>

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

Classes

struct  attribute
 

Public Types

typedef any_int_parser< T,
Radix, MinDigits, MaxDigits > 
derived_type
 
typedef qi::domain domain
 

Public Member Functions

 BOOST_SPIRIT_ASSERT_MSG (Radix==2||Radix==8||Radix==10||Radix==16, not_supported_radix,())
 
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool parse (Iterator &first, Iterator const &last, Context &, Skipper const &skipper, Attribute &attr_) const
 
template<typename Context >
info what (Context &) const
 
any_int_parser< T, Radix,
MinDigits, MaxDigits >const & 
derived () const
 

Member Typedef Documentation

typedef any_int_parser< T, Radix, MinDigits, MaxDigits > boost::spirit::qi::parser< any_int_parser< T, Radix, MinDigits, MaxDigits > >::derived_type
inherited
typedef qi::domain boost::spirit::qi::parser< any_int_parser< T, Radix, MinDigits, MaxDigits > >::domain
inherited

Member Function Documentation

template<typename T , unsigned Radix = 10, unsigned MinDigits = 1, int MaxDigits = -1>
boost::spirit::qi::any_int_parser< T, Radix, MinDigits, MaxDigits >::BOOST_SPIRIT_ASSERT_MSG ( Radix  = =2||Radix==8||Radix==10||Radix==16,
not_supported_radix  ,
()   
)
any_int_parser< T, Radix, MinDigits, MaxDigits > const& boost::spirit::qi::parser< any_int_parser< T, Radix, MinDigits, MaxDigits > >::derived ( ) const
inlineinherited
template<typename T , unsigned Radix = 10, unsigned MinDigits = 1, int MaxDigits = -1>
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool boost::spirit::qi::any_int_parser< T, Radix, MinDigits, MaxDigits >::parse ( Iterator &  first,
Iterator const &  last,
Context &  ,
Skipper const &  skipper,
Attribute &  attr_ 
) const
inline
template<typename T , unsigned Radix = 10, unsigned MinDigits = 1, int MaxDigits = -1>
template<typename Context >
info boost::spirit::qi::any_int_parser< T, Radix, MinDigits, MaxDigits >::what ( Context &  ) const
inline

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