|
Gaudi Framework, version v21r11 |
| Home | Generated: 30 Sep 2010 |
#include <Grammars.h>
Public Member Functions | |
| SkipperGrammar (const bool skipnewline=true) | |
| Constructor. | |
| bool | skipnewline () const |
Private Attributes | |
| bool | m_skipnewline |
Classes | |
| struct | definition |
Comments can be
Definition at line 301 of file Grammars.h.
| Gaudi::Parsers::SkipperGrammar::SkipperGrammar | ( | const bool | skipnewline = true |
) | [inline] |
Constructor.
| skipnewline | Skip new line symbols or not |
Definition at line 307 of file Grammars.h.
00308 : m_skipnewline(skipnewline){}
| bool Gaudi::Parsers::SkipperGrammar::skipnewline | ( | ) | const [inline] |
Definition at line 311 of file Grammars.h.
00311 {return m_skipnewline;}
bool Gaudi::Parsers::SkipperGrammar::m_skipnewline [private] |
Definition at line 339 of file Grammars.h.