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

#include <int.hpp>

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

Public Types

typedef int_parser< T, Radix,
MinDigits, MaxDigits > 
derived_type
 

Public Member Functions

int_parser< T, Radix,
MinDigits, MaxDigits >const & 
derived () const
 
action< int_parser< T, Radix,
MinDigits, MaxDigits >, Action > 
operator[] (Action f) const
 
guard< int_parser< T, Radix,
MinDigits, MaxDigits >
, Handler > 
on_error (Handler f) const
 

Static Public Attributes

static bool const handles_container
 
static bool const is_pass_through_unary
 
static bool const has_action
 

Member Typedef Documentation

typedef int_parser< T, Radix, MinDigits, MaxDigits > boost::spirit::x3::parser< int_parser< T, Radix, MinDigits, MaxDigits > >::derived_type
inherited

Member Function Documentation

int_parser< T, Radix, MinDigits, MaxDigits > const& boost::spirit::x3::parser< int_parser< T, Radix, MinDigits, MaxDigits > >::derived ( ) const
inlineinherited
guard<int_parser< T, Radix, MinDigits, MaxDigits > , Handler> boost::spirit::x3::parser< int_parser< T, Radix, MinDigits, MaxDigits > >::on_error ( Handler  f) const
inlineinherited
action<int_parser< T, Radix, MinDigits, MaxDigits > , Action> boost::spirit::x3::parser< int_parser< T, Radix, MinDigits, MaxDigits > >::operator[] ( Action  f) const
inlineinherited

Member Data Documentation

bool const boost::spirit::x3::parser< int_parser< T, Radix, MinDigits, MaxDigits > >::handles_container
staticinherited
bool const boost::spirit::x3::parser< int_parser< T, Radix, MinDigits, MaxDigits > >::has_action
staticinherited
bool const boost::spirit::x3::parser< int_parser< T, Radix, MinDigits, MaxDigits > >::is_pass_through_unary
staticinherited

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