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

#include <symbols_fwd.hpp>

Inheritance diagram for boost::spirit::symbols< T, CharT, SetT >:
Collaboration diagram for boost::spirit::symbols< T, CharT, SetT >:

Classes

struct  result
 

Public Types

typedef parser< symbols< T,
CharT, SetT > > 
parser_base_t
 
typedef symbols< T, CharT, SetT > self_t
 
typedef self_t const & embed_t
 
typedef T symbol_data_t
 
typedef
boost::reference_wrapper< T
symbol_ref_t
 
typedef symbols< T, CharT, SetT > derived_t
 
typedef plain_parser_category parser_category_t
 

Public Member Functions

 symbols ()
 
 symbols (symbols const &other)
 
 ~symbols ()
 
symbolsoperator= (symbols const &other)
 
symbol_inserter< T, SetT > const & operator= (CharT const *str)
 
template<typename ScannerT >
parser_result< self_t,
ScannerT >::type 
parse_main (ScannerT const &scan) const
 
template<typename ScannerT >
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
template<typename ScannerT >
Tfind (ScannerT const &scan) const
 
symbols< T, CharT, SetT > & derived ()
 
symbols< T, CharT, SetT >const & derived () const
 
action< symbols< T, CharT,
SetT >, ActionT > 
operator[] (ActionT const &actor) const
 

Public Attributes

symbol_inserter< T, SetT > const add
 

Member Typedef Documentation

typedef symbols< T, CharT, SetT > boost::spirit::parser< symbols< T, CharT, SetT > >::derived_t
inherited
template<typename T, typename CharT, typename SetT>
typedef self_t const& boost::spirit::symbols< T, CharT, SetT >::embed_t
template<typename T, typename CharT, typename SetT>
typedef parser<symbols<T, CharT, SetT> > boost::spirit::symbols< T, CharT, SetT >::parser_base_t
template<typename T, typename CharT, typename SetT>
typedef symbols<T, CharT, SetT> boost::spirit::symbols< T, CharT, SetT >::self_t
template<typename T, typename CharT, typename SetT>
typedef T boost::spirit::symbols< T, CharT, SetT >::symbol_data_t
template<typename T, typename CharT, typename SetT>
typedef boost::reference_wrapper<T> boost::spirit::symbols< T, CharT, SetT >::symbol_ref_t

Constructor & Destructor Documentation

template<typename T, typename CharT, typename SetT>
boost::spirit::symbols< T, CharT, SetT >::symbols ( )
template<typename T, typename CharT, typename SetT>
boost::spirit::symbols< T, CharT, SetT >::symbols ( symbols< T, CharT, SetT > const &  other)
template<typename T, typename CharT, typename SetT>
boost::spirit::symbols< T, CharT, SetT >::~symbols ( )

Member Function Documentation

symbols< T, CharT, SetT > & boost::spirit::parser< symbols< T, CharT, SetT > >::derived ( )
inlineinherited
symbols< T, CharT, SetT > const& boost::spirit::parser< symbols< T, CharT, SetT > >::derived ( ) const
inlineinherited
template<typename T, typename CharT, typename SetT>
template<typename ScannerT >
T* boost::spirit::symbols< T, CharT, SetT >::find ( ScannerT const &  scan) const
inline

References boost::spirit::find().

template<typename T, typename CharT, typename SetT>
symbols& boost::spirit::symbols< T, CharT, SetT >::operator= ( symbols< T, CharT, SetT > const &  other)
template<typename T, typename CharT, typename SetT>
symbol_inserter<T, SetT> const& boost::spirit::symbols< T, CharT, SetT >::operator= ( CharT const *  str)
action<symbols< T, CharT, SetT > , ActionT> boost::spirit::parser< symbols< T, CharT, SetT > >::operator[] ( ActionT const &  actor) const
inlineinherited
template<typename T, typename CharT, typename SetT>
template<typename ScannerT >
parser_result<self_t, ScannerT>::type boost::spirit::symbols< T, CharT, SetT >::parse ( ScannerT const &  scan) const
inline
template<typename T, typename CharT, typename SetT>
template<typename ScannerT >
parser_result<self_t, ScannerT>::type boost::spirit::symbols< T, CharT, SetT >::parse_main ( ScannerT const &  scan) const
inline

Member Data Documentation


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