|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |
#include <Grammars.h>
Comments can be
Definition at line 299 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 305 of file Grammars.h.
00306 : m_skipnewline(skipnewline){}
| bool Gaudi::Parsers::SkipperGrammar::skipnewline | ( | ) | const [inline] |
Definition at line 309 of file Grammars.h.
00309 {return m_skipnewline;}
bool Gaudi::Parsers::SkipperGrammar::m_skipnewline [private] |
Definition at line 337 of file Grammars.h.