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

#include <subrule_fwd.hpp>

Inheritance diagram for boost::spirit::subrule< ID, ContextT >:
Collaboration diagram for boost::spirit::subrule< ID, ContextT >:

Classes

struct  result
 

Public Types

typedef subrule< ID, ContextT > self_t
 
typedef subrule< ID, ContextT >
const & 
embed_t
 
typedef ContextT::context_linker_t context_t
 
typedef context_t::attr_t attr_t
 
typedef subrule< ID, ContextT > derived_t
 
typedef plain_parser_category parser_category_t
 

Public Member Functions

 BOOST_STATIC_CONSTANT (int, id=ID)
 
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 DefT >
subrule_parser< ID, DefT,
ContextT > 
operator= (parser< DefT > const &rhs) const
 
subrule< ID, ContextT > & derived ()
 
subrule< ID, ContextT >const & derived () const
 
action< subrule< ID, ContextT >
, ActionT > 
operator[] (ActionT const &actor) const
 

Member Typedef Documentation

template<int ID, typename ContextT >
typedef context_t::attr_t boost::spirit::subrule< ID, ContextT >::attr_t
template<int ID, typename ContextT >
typedef ContextT::context_linker_t boost::spirit::subrule< ID, ContextT >::context_t
typedef subrule< ID, ContextT > boost::spirit::parser< subrule< ID, ContextT > >::derived_t
inherited
template<int ID, typename ContextT >
typedef subrule<ID, ContextT> const& boost::spirit::subrule< ID, ContextT >::embed_t
template<int ID, typename ContextT >
typedef subrule<ID, ContextT> boost::spirit::subrule< ID, ContextT >::self_t

Member Function Documentation

template<int ID, typename ContextT >
boost::spirit::subrule< ID, ContextT >::BOOST_STATIC_CONSTANT ( int  ,
id  = ID 
)
subrule< ID, ContextT > & boost::spirit::parser< subrule< ID, ContextT > >::derived ( )
inlineinherited
subrule< ID, ContextT > const& boost::spirit::parser< subrule< ID, ContextT > >::derived ( ) const
inlineinherited
template<int ID, typename ContextT >
template<typename DefT >
subrule_parser<ID, DefT, ContextT> boost::spirit::subrule< ID, ContextT >::operator= ( parser< DefT > const &  rhs) const
inline
action<subrule< ID, ContextT > , ActionT> boost::spirit::parser< subrule< ID, ContextT > >::operator[] ( ActionT const &  actor) const
inlineinherited
template<int ID, typename ContextT >
template<typename ScannerT >
parser_result<self_t, ScannerT>::type boost::spirit::subrule< ID, ContextT >::parse ( ScannerT const &  scan) const
inline
template<int ID, typename ContextT >
template<typename ScannerT >
parser_result<self_t, ScannerT>::type boost::spirit::subrule< ID, ContextT >::parse_main ( ScannerT const &  scan) const
inline

References boost::lambda::do_.


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