#include <unicode.hpp>


Public Types | |
| typedef char_encoding::unicode | encoding |
| typedef Tag | tag |
| typedef encoding::char_type | char_type |
| typedef char_type | attribute_type |
| typedef unicode_char_class< Tag > | derived_type |
Public Member Functions | |
| template<typename Char , typename Context > | |
| bool | test (Char ch, Context const &) const |
| bool | parse (Iterator &first, Iterator const &last, Context const &context, unused_type, Attribute &attr) const |
| unicode_char_class< Tag >const & | derived () const |
| action< unicode_char_class < Tag >, Action > | operator[] (Action f) const |
| guard< unicode_char_class< Tag > , Handler > | on_error (Handler f) const |
Static Public Attributes | |
| static bool const | has_attribute = true |
| static bool const | handles_container |
| static bool const | is_pass_through_unary |
| static bool const | has_action |
| typedef char_type boost::spirit::x3::unicode_char_class< Tag >::attribute_type |
| typedef encoding::char_type boost::spirit::x3::unicode_char_class< Tag >::char_type |
|
inherited |
| typedef char_encoding::unicode boost::spirit::x3::unicode_char_class< Tag >::encoding |
| typedef Tag boost::spirit::x3::unicode_char_class< Tag >::tag |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
staticinherited |
|
staticinherited |
|
static |
|
staticinherited |