#include <Grammars.h>
List of all members.
Detailed Description
template<typename Iterator>
struct Gaudi::Parsers::SkipperGrammar< Iterator >::definition
Definition at line 319 of file Grammars.h.
Constructor & Destructor Documentation
template<typename Iterator >
Definition at line 321 of file Grammars.h.
{
if ( self.skipnewline() )
{
skip
= space_p
| comment_p("//")
| comment_p("/*", "*/")
;
}
else
{
skip
= (space_p-eol_p)
| comment_p("//")
| comment_p("/*", "*/")
;
}
}
Member Function Documentation
template<typename Iterator >
| rule<ScannerT> const& Gaudi::Parsers::SkipperGrammar< Iterator >::definition::start |
( |
) |
const [inline] |
Member Data Documentation
template<typename Iterator >
| rule<ScannerT> Gaudi::Parsers::SkipperGrammar< Iterator >::definition::skip |
The documentation for this struct was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v23r2/GaudiKernel/GaudiKernel/Grammars.h