Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::x3::any_char< Encoding > Struct Template Reference

#include <any_char.hpp>

Inheritance diagram for boost::spirit::x3::any_char< Encoding >:
Collaboration diagram for boost::spirit::x3::any_char< Encoding >:

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
 

Member Typedef Documentation

template<typename Encoding >
typedef char_type boost::spirit::x3::any_char< Encoding >::attribute_type
template<typename Encoding >
typedef Encoding::char_type boost::spirit::x3::any_char< Encoding >::char_type
typedef any_char< Encoding > boost::spirit::x3::parser< any_char< Encoding > >::derived_type
inherited
template<typename Encoding >
typedef Encoding boost::spirit::x3::any_char< Encoding >::encoding

Member Function Documentation

any_char< Encoding > const& boost::spirit::x3::parser< any_char< Encoding > >::derived ( ) const
inlineinherited
guard<any_char< Encoding > , Handler> boost::spirit::x3::parser< any_char< Encoding > >::on_error ( Handler  f) const
inlineinherited
template<typename Encoding >
template<typename Char >
literal_char<Encoding> boost::spirit::x3::any_char< Encoding >::operator() ( Char  ch) const
inline
action<any_char< Encoding > , Action> boost::spirit::x3::parser< any_char< Encoding > >::operator[] ( Action  f) const
inlineinherited
bool boost::spirit::x3::char_parser< any_char< Encoding > >::parse ( Iterator &  first,
Iterator const &  last,
Context const &  context,
unused_type  ,
Attribute &  attr 
) const
inlineinherited
template<typename Encoding >
template<typename Char , typename Context >
bool boost::spirit::x3::any_char< Encoding >::test ( Char  ch_,
Context const &   
) const
inline

Member Data Documentation

bool const boost::spirit::x3::parser< any_char< Encoding > >::handles_container
staticinherited
bool const boost::spirit::x3::parser< any_char< Encoding > >::has_action
staticinherited
template<typename Encoding >
bool const boost::spirit::x3::any_char< Encoding >::has_attribute = true
static
bool const boost::spirit::x3::parser< any_char< Encoding > >::is_pass_through_unary
staticinherited

The documentation for this struct was generated from the following file: