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

#include <typeof.hpp>

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

Public Types

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

Public Member Functions

 rxstrlit (CharT const *first, CharT const *last)
 
 rxstrlit (CharT const *first)
 
template<typename ScannerT >
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
rxstrlit< CharT > & derived ()
 
rxstrlit< CharT >const & derived () const
 
action< rxstrlit< CharT >
, ActionT > 
operator[] (ActionT const &actor) const
 

Member Typedef Documentation

typedef rxstrlit< CharT > boost::spirit::parser< rxstrlit< CharT > >::derived_t
inherited
typedef rxstrlit< CharT > boost::spirit::parser< rxstrlit< CharT > >::embed_t
inherited
template<typename CharT = char>
typedef rxstrlit boost::spirit::rxstrlit< CharT >::self_t

Constructor & Destructor Documentation

template<typename CharT = char>
boost::spirit::rxstrlit< CharT >::rxstrlit ( CharT const *  first,
CharT const *  last 
)
inline
template<typename CharT = char>
boost::spirit::rxstrlit< CharT >::rxstrlit ( CharT const *  first)
inline

Member Function Documentation

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

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