Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::strlit< IteratorT > Singleton Reference

#include <typeof.hpp>

Inheritance diagram for boost::spirit::strlit< IteratorT >:
Collaboration diagram for boost::spirit::strlit< IteratorT >:

Public Types

typedef strlit< IteratorT > self_t
 
typedef strlit< IteratorT > embed_t
 
typedef strlit< IteratorT > derived_t
 
typedef plain_parser_category parser_category_t
 

Public Member Functions

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

Member Typedef Documentation

typedef strlit< IteratorT > boost::spirit::parser< strlit< IteratorT > >::derived_t
inherited
typedef strlit< IteratorT > boost::spirit::parser< strlit< IteratorT > >::embed_t
inherited
template<typename IteratorT = char const*>
typedef strlit<IteratorT> boost::spirit::strlit< IteratorT >::self_t

Constructor & Destructor Documentation

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

Member Function Documentation

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

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