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::literal_char< Encoding, Attribute > Struct Template Reference

#include <literal_char.hpp>

Inheritance diagram for boost::spirit::x3::literal_char< Encoding, Attribute >:
Collaboration diagram for boost::spirit::x3::literal_char< Encoding, Attribute >:

Public Types

typedef Encoding::char_type char_type
 
typedef Encoding encoding
 
typedef Attribute attribute_type
 
typedef literal_char< Encoding,
Attribute > 
derived_type
 

Public Member Functions

template<typename Char >
 literal_char (Char ch)
 
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
 
literal_char< Encoding,
Attribute >const & 
derived () const
 
action< literal_char< Encoding,
Attribute >, Action > 
operator[] (Action f) const
 
guard< literal_char< Encoding,
Attribute >, Handler > 
on_error (Handler f) const
 

Public Attributes

char_type ch
 

Static Public Attributes

static bool const has_attribute
 
static bool const handles_container
 
static bool const is_pass_through_unary
 
static bool const has_action
 

Member Typedef Documentation

template<typename Encoding, typename Attribute = typename Encoding::char_type>
typedef Attribute boost::spirit::x3::literal_char< Encoding, Attribute >::attribute_type
template<typename Encoding, typename Attribute = typename Encoding::char_type>
typedef Encoding::char_type boost::spirit::x3::literal_char< Encoding, Attribute >::char_type
typedef literal_char< Encoding, Attribute > boost::spirit::x3::parser< literal_char< Encoding, Attribute > >::derived_type
inherited
template<typename Encoding, typename Attribute = typename Encoding::char_type>
typedef Encoding boost::spirit::x3::literal_char< Encoding, Attribute >::encoding

Constructor & Destructor Documentation

template<typename Encoding, typename Attribute = typename Encoding::char_type>
template<typename Char >
boost::spirit::x3::literal_char< Encoding, Attribute >::literal_char ( Char  ch)
inline

Member Function Documentation

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

Member Data Documentation

template<typename Encoding, typename Attribute = typename Encoding::char_type>
char_type boost::spirit::x3::literal_char< Encoding, Attribute >::ch
bool const boost::spirit::x3::parser< literal_char< Encoding, Attribute > >::handles_container
staticinherited
bool const boost::spirit::x3::parser< literal_char< Encoding, Attribute > >::has_action
staticinherited
template<typename Encoding, typename Attribute = typename Encoding::char_type>
bool const boost::spirit::x3::literal_char< Encoding, Attribute >::has_attribute
static
bool const boost::spirit::x3::parser< literal_char< Encoding, Attribute > >::is_pass_through_unary
staticinherited

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