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

#include <int.hpp>

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

Classes

struct  attribute
 

Public Types

typedef literal_int_parser< T,
Radix, MinDigits, MaxDigits,
no_attribute > 
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 Value >
 literal_int_parser (Value const &n)
 
template<typename Iterator , typename Context , typename Skipper , typename Attribute >
bool parse (Iterator &first, Iterator const &last, Context &, Skipper const &skipper, Attribute &attr_param) const
 
template<typename Context >
info what (Context &) const
 
literal_int_parser< T, Radix,
MinDigits, MaxDigits,
no_attribute >const & 
derived () const
 

Public Attributes

T n_
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename T , unsigned Radix = 10, unsigned MinDigits = 1, int MaxDigits = -1, bool no_attribute = true>
template<typename Value >
boost::spirit::qi::literal_int_parser< T, Radix, MinDigits, MaxDigits, no_attribute >::literal_int_parser ( Value const &  n)
inline

Member Function Documentation

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

Member Data Documentation

template<typename T , unsigned Radix = 10, unsigned MinDigits = 1, int MaxDigits = -1, bool no_attribute = true>
T boost::spirit::qi::literal_int_parser< T, Radix, MinDigits, MaxDigits, no_attribute >::n_

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