Limbo 3.5.4
Loading...
Searching...
No Matches
TfParser::SkipperGrammar< Iterator > Struct Template Reference

grammar of skipper More...

#include <TfParser.h>

Inheritance diagram for TfParser::SkipperGrammar< Iterator >:

Public Member Functions

 SkipperGrammar ()
 constructor

Public Attributes

qi::rule< Iterator > skip
 grammar to skip text

Detailed Description

template<typename Iterator>
struct TfParser::SkipperGrammar< Iterator >

grammar of skipper

Parameters
Iteratoriterator of text

Definition at line 179 of file TfParser.h.

Constructor & Destructor Documentation

◆ SkipperGrammar()

template<typename Iterator>
TfParser::SkipperGrammar< Iterator >::SkipperGrammar ( )
inline

constructor

Definition at line 184 of file TfParser.h.

Member Data Documentation

◆ skip

template<typename Iterator>
qi::rule<Iterator> TfParser::SkipperGrammar< Iterator >::skip

grammar to skip text

Definition at line 181 of file TfParser.h.


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