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

#include <confix_fwd.hpp>

Inheritance diagram for boost::spirit::comment_nest_parser< OpenT, CloseT >:
Collaboration diagram for boost::spirit::comment_nest_parser< OpenT, CloseT >:

Public Types

typedef comment_nest_parser
< OpenT, CloseT > 
self_t
 
typedef comment_nest_parser
< OpenT, CloseT > 
embed_t
 
typedef comment_nest_parser
< OpenT, CloseT > 
derived_t
 
typedef plain_parser_category parser_category_t
 

Public Member Functions

 comment_nest_parser (OpenT const &open_, CloseT const &close_)
 
template<typename ScannerT >
parser_result< self_t,
ScannerT >::type 
parse (ScannerT const &scan) const
 
comment_nest_parser< OpenT,
CloseT > & 
derived ()
 
comment_nest_parser< OpenT,
CloseT >const & 
derived () const
 
action< comment_nest_parser
< OpenT, CloseT >, ActionT > 
operator[] (ActionT const &actor) const
 

Member Typedef Documentation

typedef comment_nest_parser< OpenT, CloseT > boost::spirit::parser< comment_nest_parser< OpenT, CloseT > >::derived_t
inherited
typedef comment_nest_parser< OpenT, CloseT > boost::spirit::parser< comment_nest_parser< OpenT, CloseT > >::embed_t
inherited
template<typename OpenT , typename CloseT >
typedef comment_nest_parser<OpenT, CloseT> boost::spirit::comment_nest_parser< OpenT, CloseT >::self_t

Constructor & Destructor Documentation

template<typename OpenT , typename CloseT >
boost::spirit::comment_nest_parser< OpenT, CloseT >::comment_nest_parser ( OpenT const &  open_,
CloseT const &  close_ 
)
inline

Member Function Documentation

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

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