Typedefs | |
| typedef any_char < char_encoding::standard > | char_type |
| typedef char_class < char_encoding::standard, alnum_tag > | alnum_type |
| typedef char_class < char_encoding::standard, alpha_tag > | alpha_type |
| typedef char_class < char_encoding::standard, digit_tag > | digit_type |
| typedef char_class < char_encoding::standard, xdigit_tag > | xdigit_type |
| typedef char_class < char_encoding::standard, cntrl_tag > | cntrl_type |
| typedef char_class < char_encoding::standard, graph_tag > | graph_type |
| typedef char_class < char_encoding::standard, lower_tag > | lower_type |
| typedef char_class < char_encoding::standard, print_tag > | print_type |
| typedef char_class < char_encoding::standard, punct_tag > | punct_type |
| typedef char_class < char_encoding::standard, space_tag > | space_type |
| typedef char_class < char_encoding::standard, blank_tag > | blank_type |
| typedef char_class < char_encoding::standard, upper_tag > | upper_type |
Functions | |
| literal_string< char const *, char_encoding::standard > | string (char const *s) |
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:: standard , alnum_tag> boost::spirit::x3::standard::alnum_type |
| typedef char_class<char_encoding:: standard , alpha_tag> boost::spirit::x3::standard::alpha_type |
| typedef char_class<char_encoding:: standard , blank_tag> boost::spirit::x3::standard::blank_type |
| typedef char_class<char_encoding:: standard , cntrl_tag> boost::spirit::x3::standard::cntrl_type |
| typedef char_class<char_encoding:: standard , digit_tag> boost::spirit::x3::standard::digit_type |
| typedef char_class<char_encoding:: standard , graph_tag> boost::spirit::x3::standard::graph_type |
| typedef char_class<char_encoding:: standard , lower_tag> boost::spirit::x3::standard::lower_type |
| typedef char_class<char_encoding:: standard , print_tag> boost::spirit::x3::standard::print_type |
| typedef char_class<char_encoding:: standard , punct_tag> boost::spirit::x3::standard::punct_type |
| typedef char_class<char_encoding:: standard , space_tag> boost::spirit::x3::standard::space_type |
| typedef char_class<char_encoding:: standard , upper_tag> boost::spirit::x3::standard::upper_type |
| typedef char_class<char_encoding:: standard , xdigit_tag> boost::spirit::x3::standard::xdigit_type |
|
inline |
References boost::asio::s.
| alnum_type const boost::spirit::x3::standard::alnum = alnum_type() |
| alpha_type const boost::spirit::x3::standard::alpha = alpha_type() |
| blank_type const boost::spirit::x3::standard::blank = blank_type() |
| cntrl_type const boost::spirit::x3::standard::cntrl = cntrl_type() |
| digit_type const boost::spirit::x3::standard::digit = digit_type() |
| graph_type const boost::spirit::x3::standard::graph = graph_type() |
| lower_type const boost::spirit::x3::standard::lower = lower_type() |
| print_type const boost::spirit::x3::standard::print = print_type() |
| punct_type const boost::spirit::x3::standard::punct = punct_type() |
| space_type const boost::spirit::x3::standard::space = space_type() |
| upper_type const boost::spirit::x3::standard::upper = upper_type() |
| xdigit_type const boost::spirit::x3::standard::xdigit = xdigit_type() |