#include <any_char.hpp>
Public Types | |
typedef Encoding::char_type | char_type |
typedef Encoding | encoding |
typedef char_type | attribute_type |
typedef any_char< Encoding > | derived_type |
Public Member Functions | |
template<typename Char , typename Context > | |
bool | test (Char ch_, Context const &) const |
template<typename Char > | |
literal_char< Encoding > | operator() (Char ch) const |
bool | parse (Iterator &first, Iterator const &last, Context const &context, unused_type, Attribute &attr) const |
any_char< Encoding >const & | derived () const |
action< any_char< Encoding > , Action > | operator[] (Action f) const |
guard< any_char< Encoding > , 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::any_char< Encoding >::attribute_type |
typedef Encoding::char_type boost::spirit::x3::any_char< Encoding >::char_type |
|
inherited |
typedef Encoding boost::spirit::x3::any_char< Encoding >::encoding |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
staticinherited |
|
staticinherited |
|
static |
|
staticinherited |