Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Gaudi::Parsers::SkipperGrammar< Iterator > Struct Template Reference

#include <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 41 of file Grammar.h.

Constructor & Destructor Documentation

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

Definition at line 42 of file Grammar.h.

42  : SkipperGrammar::base_type( comments ) {
43  comments = enc::space | rep::confix( "/*", "*/" )[*( qi::char_ - "*/" )] |
44  rep::confix( "//", ( sp::eol | sp::eoi ) )[*( qi::char_ - ( sp::eol | sp::eoi ) )];
45  }
qi::rule< Iterator > comments
Definition: Grammar.h:46
template<typename Iterator >
Gaudi::Parsers::SkipperGrammar< Iterator >::SkipperGrammar ( )
inline

Definition at line 78 of file Grammars.h.

78  : SkipperGrammar::base_type( comments ) {
79  comments = enc::space | rep::confix( "/*", "*/" )[*( qi::char_ - "*/" )] |
80  rep::confix( "//", ( sp::eol | sp::eoi ) )[*( qi::char_ - ( sp::eol | sp::eoi ) )];
81  }
qi::rule< Iterator > comments
Definition: Grammar.h:46

Member Data Documentation

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

Definition at line 46 of file Grammar.h.


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