#include <typeof.hpp>


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 |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
References boost::spirit::chlit< CharT >::ch.
| CharT boost::spirit::chlit< CharT >::ch |
Referenced by boost::spirit::chlit< CharT >::test().