Zigbee Protocol Controller 1.6.0
SkipperGrammar< IteratorType > Class Template Reference

Skipper grammer. More...

#include <attribute_mapper_grammar.hpp>

Inheritance diagram for SkipperGrammar< IteratorType >:

Public Member Functions

 SkipperGrammar ()
 

Private Attributes

qi::rule< IteratorType > lineCommentRule
 
qi::rule< IteratorType > blockCommentRule
 
qi::rule< IteratorType > spaceRule
 
qi::rule< IteratorType > rule
 

Detailed Description

template<typename IteratorType>
class SkipperGrammar< IteratorType >

Skipper grammer.

This parser parses whitespaces and comments. The skipper does not produce any output.

Template Parameters
IteratorType

Constructor & Destructor Documentation

◆ SkipperGrammar()

template<typename IteratorType >
SkipperGrammar< IteratorType >::SkipperGrammar ( )
inline

Member Data Documentation

◆ blockCommentRule

template<typename IteratorType >
qi::rule<IteratorType> SkipperGrammar< IteratorType >::blockCommentRule
private

◆ lineCommentRule

template<typename IteratorType >
qi::rule<IteratorType> SkipperGrammar< IteratorType >::lineCommentRule
private

◆ rule

template<typename IteratorType >
qi::rule<IteratorType> SkipperGrammar< IteratorType >::rule
private

◆ spaceRule

template<typename IteratorType >
qi::rule<IteratorType> SkipperGrammar< IteratorType >::spaceRule
private

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