![]() |
|
|
Generated: 18 Jul 2008 |
#include <Grammars.h>
Inheritance diagram for Gaudi::Parsers::SkipperGrammar:


Comments can be
Definition at line 289 of file Grammars.h.
Public Member Functions | |
| SkipperGrammar (const bool skipnewline=true) | |
| Constructor. | |
| bool | skipnewline () const |
| |
Private Attributes | |
| bool | m_skipnewline |
Classes | |
| struct | definition |
| Gaudi::Parsers::SkipperGrammar::SkipperGrammar | ( | const bool | skipnewline = true |
) | [inline] |
Constructor.
| skipnewline | Skip new line symbols or not |
Definition at line 295 of file Grammars.h.
00296 : m_skipnewline(skipnewline){}
| bool Gaudi::Parsers::SkipperGrammar::skipnewline | ( | ) | const [inline] |
Definition at line 299 of file Grammars.h.
References m_skipnewline.
Referenced by Gaudi::Parsers::SkipperGrammar::definition< ScannerT >::definition().
00299 {return m_skipnewline;}
bool Gaudi::Parsers::SkipperGrammar::m_skipnewline [private] |