#include <boost/spirit/home/x3/core/parser.hpp>
#include <boost/spirit/home/x3/core/skip_over.hpp>
#include <boost/spirit/home/x3/support/numeric_utils/extract_int.hpp>
#include <cstdint>
Classes | |
struct | boost::spirit::x3::int_parser< T, Radix, MinDigits, MaxDigits > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::spirit | |
boost::spirit::x3 | |
Macros | |
#define | BOOST_SPIRIT_X3_INT_PARSER(int_type, name) |
Typedefs | |
typedef int_parser< long > | boost::spirit::x3::long_type |
typedef int_parser< short > | boost::spirit::x3::short_type |
typedef int_parser< int > | boost::spirit::x3::int_type |
typedef int_parser< long long > | boost::spirit::x3::long_longtype |
typedef int_parser< int8_t > | boost::spirit::x3::int8type |
typedef int_parser< int16_t > | boost::spirit::x3::int16type |
typedef int_parser< int32_t > | boost::spirit::x3::int32type |
typedef int_parser< int64_t > | boost::spirit::x3::int64type |
Variables | |
long_type const | boost::spirit::x3::long_ = {} |
short_type const | boost::spirit::x3::short_ = {} |
int_type const | boost::spirit::x3::int_ = {} |
long_longtype const | boost::spirit::x3::long_long = {} |
int8type const | boost::spirit::x3::int8 = {} |
int16type const | boost::spirit::x3::int16 = {} |
int32type const | boost::spirit::x3::int32 = {} |
int64type const | boost::spirit::x3::int64 = {} |
#define BOOST_SPIRIT_X3_INT_PARSER | ( | int_type, | |
name | |||
) |