Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::escape_char_action< ParserT, ActionT, Flags, CharT > Struct Template Reference

#include <escape_char_fwd.hpp>

Inheritance diagram for boost::spirit::escape_char_action< ParserT, ActionT, Flags, CharT >:
Collaboration diagram for boost::spirit::escape_char_action< ParserT, ActionT, Flags, CharT >:

Classes

struct  result
 

Public Types

typedef escape_char_action
< ParserT, ActionT, Flags,
CharT > 
self_t
 
typedef action_parser_category parser_category_t
 
typedef unary< ParserT, parser
< self_t > > 
base_t
 
typedef boost::call_traits
< ParserT >::param_type 
param_t
 
typedef boost::call_traits
< ParserT >::const_reference 
return_t
 
typedef ParserT subject_t
 
typedef ParserT::embed_t subject_embed_t
 
typedef escape_char_action
< ParserT, ActionT, Flags,
CharT > 
embed_t
 
typedef escape_char_action
< ParserT, ActionT, Flags,
CharT > 
derived_t
 

Public Member Functions

 escape_char_action (ParserT const &p, ActionT const &a)
 
template<typename ScannerT >
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
ActionT const & predicate () const
 
return_t subject () const
 
escape_char_action< ParserT,
ActionT, Flags, CharT > & 
derived ()
 
escape_char_action< ParserT,
ActionT, Flags, CharT >const & 
derived () const
 
action< escape_char_action
< ParserT, ActionT, Flags,
CharT >, ActionT > 
operator[] (ActionT const &actor) const
 

Member Typedef Documentation

template<typename ParserT , typename ActionT , unsigned long Flags, typename CharT >
typedef unary<ParserT, parser<self_t> > boost::spirit::escape_char_action< ParserT, ActionT, Flags, CharT >::base_t
typedef escape_char_action< ParserT, ActionT, Flags, CharT > boost::spirit::parser< escape_char_action< ParserT, ActionT, Flags, CharT > >::derived_t
inherited
typedef escape_char_action< ParserT, ActionT, Flags, CharT > boost::spirit::parser< escape_char_action< ParserT, ActionT, Flags, CharT > >::embed_t
inherited
typedef boost::call_traits<ParserT >::param_type boost::spirit::unary< ParserT , parser< escape_char_action< ParserT, ActionT, Flags, CharT > > >::param_t
inherited
template<typename ParserT , typename ActionT , unsigned long Flags, typename CharT >
typedef action_parser_category boost::spirit::escape_char_action< ParserT, ActionT, Flags, CharT >::parser_category_t
typedef boost::call_traits<ParserT >::const_reference boost::spirit::unary< ParserT , parser< escape_char_action< ParserT, ActionT, Flags, CharT > > >::return_t
inherited
template<typename ParserT , typename ActionT , unsigned long Flags, typename CharT >
typedef escape_char_action<ParserT, ActionT, Flags, CharT> boost::spirit::escape_char_action< ParserT, ActionT, Flags, CharT >::self_t
typedef ParserT ::embed_t boost::spirit::unary< ParserT , parser< escape_char_action< ParserT, ActionT, Flags, CharT > > >::subject_embed_t
inherited
typedef ParserT boost::spirit::unary< ParserT , parser< escape_char_action< ParserT, ActionT, Flags, CharT > > >::subject_t
inherited

Constructor & Destructor Documentation

template<typename ParserT , typename ActionT , unsigned long Flags, typename CharT >
boost::spirit::escape_char_action< ParserT, ActionT, Flags, CharT >::escape_char_action ( ParserT const &  p,
ActionT const &  a 
)
inline

Member Function Documentation

escape_char_action< ParserT, ActionT, Flags, CharT > & boost::spirit::parser< escape_char_action< ParserT, ActionT, Flags, CharT > >::derived ( )
inlineinherited
escape_char_action< ParserT, ActionT, Flags, CharT > const& boost::spirit::parser< escape_char_action< ParserT, ActionT, Flags, CharT > >::derived ( ) const
inlineinherited
action<escape_char_action< ParserT, ActionT, Flags, CharT > , ActionT> boost::spirit::parser< escape_char_action< ParserT, ActionT, Flags, CharT > >::operator[] ( ActionT const &  actor) const
inlineinherited
template<typename ParserT , typename ActionT , unsigned long Flags, typename CharT >
template<typename ScannerT >
parser_result<self_t, ScannerT>::type boost::spirit::escape_char_action< ParserT, ActionT, Flags, CharT >::parse ( ScannerT const &  scan) const
inline
template<typename ParserT , typename ActionT , unsigned long Flags, typename CharT >
ActionT const& boost::spirit::escape_char_action< ParserT, ActionT, Flags, CharT >::predicate ( ) const
inline
return_t boost::spirit::unary< ParserT , parser< escape_char_action< ParserT, ActionT, Flags, CharT > > >::subject ( ) const
inlineinherited

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