The Gaudi Framework  v30r3 (a5ef0a68)
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 43 of file Grammar.h.

Constructor & Destructor Documentation

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

Definition at line 44 of file Grammar.h.

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

Definition at line 81 of file GrammarsV2.h.

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

Member Data Documentation

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

Definition at line 49 of file Grammar.h.


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