The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
Gaudi::Parsers::SkipperGrammar< Iterator > Struct Template Reference

#include </builds/gaudi/Gaudi/GaudiCoreSvc/src/JobOptionsSvc/Grammar.h>

Inheritance diagram for Gaudi::Parsers::SkipperGrammar< Iterator >:
Collaboration diagram for Gaudi::Parsers::SkipperGrammar< Iterator >:

Public Member Functions

 SkipperGrammar ()
 
 SkipperGrammar ()
 

Public Attributes

qi::rule< Iteratorcomments
 

Detailed Description

template<typename Iterator>
struct Gaudi::Parsers::SkipperGrammar< Iterator >

Definition at line 78 of file Grammars.h.

Constructor & Destructor Documentation

◆ SkipperGrammar() [1/2]

template<typename Iterator>
Gaudi::Parsers::SkipperGrammar< Iterator >::SkipperGrammar ( )
inline

Definition at line 37 of file Grammar.h.

38 comments = enc::space | rep::confix( "/*", "*/" )[*( qi::char_ - "*/" )] |
39 rep::confix( "//", ( sp::eol | sp::eoi ) )[*( qi::char_ - ( sp::eol | sp::eoi ) )];
40 }
qi::rule< Iterator > comments
Definition Grammar.h:41

◆ SkipperGrammar() [2/2]

template<typename Iterator>
Gaudi::Parsers::SkipperGrammar< Iterator >::SkipperGrammar ( )
inline

Definition at line 79 of file Grammars.h.

80 comments = enc::space | rep::confix( "/*", "*/" )[*( qi::char_ - "*/" )] |
81 rep::confix( "//", ( sp::eol | sp::eoi ) )[*( qi::char_ - ( sp::eol | sp::eoi ) )];
82 }

Member Data Documentation

◆ comments

template<typename Iterator>
qi::rule< Iterator > Gaudi::Parsers::SkipperGrammar< Iterator >::comments

Definition at line 41 of file Grammar.h.


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