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