Typedefs | |
typedef any_char < char_encoding::ascii > | char_type |
typedef char_class < char_encoding::ascii, alnum_tag > | alnum_type |
typedef char_class < char_encoding::ascii, alpha_tag > | alpha_type |
typedef char_class < char_encoding::ascii, digit_tag > | digit_type |
typedef char_class < char_encoding::ascii, xdigit_tag > | xdigit_type |
typedef char_class < char_encoding::ascii, cntrl_tag > | cntrl_type |
typedef char_class < char_encoding::ascii, graph_tag > | graph_type |
typedef char_class < char_encoding::ascii, lower_tag > | lower_type |
typedef char_class < char_encoding::ascii, print_tag > | print_type |
typedef char_class < char_encoding::ascii, punct_tag > | punct_type |
typedef char_class < char_encoding::ascii, space_tag > | space_type |
typedef char_class < char_encoding::ascii, blank_tag > | blank_type |
typedef char_class < char_encoding::ascii, upper_tag > | upper_type |
Variables | |
char_type const | char_ = char_type() |
alnum_type const | alnum = alnum_type() |
alpha_type const | alpha = alpha_type() |
digit_type const | digit = digit_type() |
xdigit_type const | xdigit = xdigit_type() |
cntrl_type const | cntrl = cntrl_type() |
graph_type const | graph = graph_type() |
lower_type const | lower = lower_type() |
print_type const | print = print_type() |
punct_type const | punct = punct_type() |
space_type const | space = space_type() |
blank_type const | blank = blank_type() |
upper_type const | upper = upper_type() |
typedef char_class<char_encoding:: ascii , alnum_tag> boost::spirit::x3::ascii::alnum_type |
typedef char_class<char_encoding:: ascii , alpha_tag> boost::spirit::x3::ascii::alpha_type |
typedef char_class<char_encoding:: ascii , blank_tag> boost::spirit::x3::ascii::blank_type |
typedef char_class<char_encoding:: ascii , cntrl_tag> boost::spirit::x3::ascii::cntrl_type |
typedef char_class<char_encoding:: ascii , digit_tag> boost::spirit::x3::ascii::digit_type |
typedef char_class<char_encoding:: ascii , graph_tag> boost::spirit::x3::ascii::graph_type |
typedef char_class<char_encoding:: ascii , lower_tag> boost::spirit::x3::ascii::lower_type |
typedef char_class<char_encoding:: ascii , print_tag> boost::spirit::x3::ascii::print_type |
typedef char_class<char_encoding:: ascii , punct_tag> boost::spirit::x3::ascii::punct_type |
typedef char_class<char_encoding:: ascii , space_tag> boost::spirit::x3::ascii::space_type |
typedef char_class<char_encoding:: ascii , upper_tag> boost::spirit::x3::ascii::upper_type |
typedef char_class<char_encoding:: ascii , xdigit_tag> boost::spirit::x3::ascii::xdigit_type |
alnum_type const boost::spirit::x3::ascii::alnum = alnum_type() |
alpha_type const boost::spirit::x3::ascii::alpha = alpha_type() |
blank_type const boost::spirit::x3::ascii::blank = blank_type() |
cntrl_type const boost::spirit::x3::ascii::cntrl = cntrl_type() |
digit_type const boost::spirit::x3::ascii::digit = digit_type() |
graph_type const boost::spirit::x3::ascii::graph = graph_type() |
lower_type const boost::spirit::x3::ascii::lower = lower_type() |
print_type const boost::spirit::x3::ascii::print = print_type() |
punct_type const boost::spirit::x3::ascii::punct = punct_type() |
space_type const boost::spirit::x3::ascii::space = space_type() |
upper_type const boost::spirit::x3::ascii::upper = upper_type() |
xdigit_type const boost::spirit::x3::ascii::xdigit = xdigit_type() |