#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
Vanya BELYAEV ibelyaev@physics.syr.edu
Definition at line 289 of file Grammars.h.
| 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.
00299 {return m_skipnewline;}
bool Gaudi::Parsers::SkipperGrammar::m_skipnewline [private] |
Definition at line 327 of file Grammars.h.
1.4.7