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

#include <typeof.hpp>

Inheritance diagram for boost::spirit::f_chlit< ChGenT >:
Collaboration diagram for boost::spirit::f_chlit< ChGenT >:

Public Types

typedef f_chlit< ChGenT > self_t
 
typedef f_chlit< ChGenT > embed_t
 
typedef f_chlit< ChGenT > derived_t
 
typedef plain_parser_category parser_category_t
 

Public Member Functions

 f_chlit (ChGenT chgen_)
 
template<typename T >
bool test (T ch) const
 
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
f_chlit< ChGenT > & derived ()
 
f_chlit< ChGenT >const & derived () const
 
action< f_chlit< ChGenT >
, ActionT > 
operator[] (ActionT const &actor) const
 

Public Attributes

ChGenT chgen
 

Member Typedef Documentation

typedef f_chlit< ChGenT > boost::spirit::parser< f_chlit< ChGenT > >::derived_t
inherited
typedef f_chlit< ChGenT > boost::spirit::parser< f_chlit< ChGenT > >::embed_t
inherited
typedef f_chlit< ChGenT > boost::spirit::char_parser< f_chlit< ChGenT > >::self_t
inherited

Constructor & Destructor Documentation

template<typename ChGenT >
boost::spirit::f_chlit< ChGenT >::f_chlit ( ChGenT  chgen_)
inline

Member Function Documentation

f_chlit< ChGenT > & boost::spirit::parser< f_chlit< ChGenT > >::derived ( )
inlineinherited
f_chlit< ChGenT > const& boost::spirit::parser< f_chlit< ChGenT > >::derived ( ) const
inlineinherited
action<f_chlit< ChGenT > , ActionT> boost::spirit::parser< f_chlit< ChGenT > >::operator[] ( ActionT const &  actor) const
inlineinherited
parser_result<self_t, ScannerT>::type boost::spirit::char_parser< f_chlit< ChGenT > >::parse ( ScannerT const &  scan) const
inlineinherited
template<typename ChGenT >
template<typename T >
bool boost::spirit::f_chlit< ChGenT >::test ( T  ch) const
inline

Member Data Documentation

template<typename ChGenT >
ChGenT boost::spirit::f_chlit< ChGenT >::chgen

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