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

#include <typeof.hpp>

Inheritance diagram for boost::spirit::chlit< CharT >:
Collaboration diagram for boost::spirit::chlit< CharT >:

Public Types

typedef chlit< CharT > self_t
 
typedef chlit< CharT > embed_t
 
typedef chlit< CharT > derived_t
 
typedef plain_parser_category parser_category_t
 

Public Member Functions

 chlit (CharT ch_)
 
template<typename T >
bool test (T ch_) const
 
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
chlit< CharT > & derived ()
 
chlit< CharT >const & derived () const
 
action< chlit< CharT >, ActionT > operator[] (ActionT const &actor) const
 

Public Attributes

CharT ch
 

Member Typedef Documentation

typedef chlit< CharT > boost::spirit::parser< chlit< CharT > >::derived_t
inherited
typedef chlit< CharT > boost::spirit::parser< chlit< CharT > >::embed_t
inherited
typedef chlit< CharT > boost::spirit::char_parser< chlit< CharT > >::self_t
inherited

Constructor & Destructor Documentation

template<typename CharT = char>
boost::spirit::chlit< CharT >::chlit ( CharT  ch_)
inline

Member Function Documentation

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

Member Data Documentation

template<typename CharT = char>
CharT boost::spirit::chlit< CharT >::ch

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