Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::spirit::confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT > Struct Template Reference

#include <confix_fwd.hpp>

Inheritance diagram for boost::spirit::confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT >:
Collaboration diagram for boost::spirit::confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT >:

Public Types

typedef confix_parser< OpenT,
ExprT, CloseT, CategoryT,
NestedT, LexemeT > 
self_t
 
typedef confix_parser< OpenT,
ExprT, CloseT, CategoryT,
NestedT, LexemeT > 
embed_t
 
typedef confix_parser< OpenT,
ExprT, CloseT, CategoryT,
NestedT, LexemeT > 
derived_t
 
typedef plain_parser_category parser_category_t
 

Public Member Functions

 confix_parser (OpenT const &open_, ExprT const &expr_, CloseT const &close_)
 
template<typename ScannerT >
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
confix_parser< OpenT, ExprT,
CloseT, CategoryT, NestedT,
LexemeT > & 
derived ()
 
confix_parser< OpenT, ExprT,
CloseT, CategoryT, NestedT,
LexemeT >const & 
derived () const
 
action< confix_parser< OpenT,
ExprT, CloseT, CategoryT,
NestedT, LexemeT >, ActionT > 
operator[] (ActionT const &actor) const
 

Member Typedef Documentation

typedef confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT > boost::spirit::parser< confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT > >::derived_t
inherited
typedef confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT > boost::spirit::parser< confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT > >::embed_t
inherited
typedef plain_parser_category boost::spirit::parser< confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT > >::parser_category_t
inherited
template<typename OpenT , typename ExprT , typename CloseT , typename CategoryT , typename NestedT , typename LexemeT >
typedef confix_parser<OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT> boost::spirit::confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT >::self_t

Constructor & Destructor Documentation

template<typename OpenT , typename ExprT , typename CloseT , typename CategoryT , typename NestedT , typename LexemeT >
boost::spirit::confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT >::confix_parser ( OpenT const &  open_,
ExprT const &  expr_,
CloseT const &  close_ 
)
inline

Member Function Documentation

confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT > & boost::spirit::parser< confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT > >::derived ( )
inlineinherited
confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT > const& boost::spirit::parser< confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT > >::derived ( ) const
inlineinherited
action<confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT > , ActionT> boost::spirit::parser< confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT > >::operator[] ( ActionT const &  actor) const
inlineinherited
template<typename OpenT , typename ExprT , typename CloseT , typename CategoryT , typename NestedT , typename LexemeT >
template<typename ScannerT >
parser_result<self_t, ScannerT>::type boost::spirit::confix_parser< OpenT, ExprT, CloseT, CategoryT, NestedT, LexemeT >::parse ( ScannerT const &  scan) const
inline

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