Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

Gaudi::Parsers::SkipperGrammar Class Reference

Skipping spaces and comments. More...

#include <Grammars.h>

List of all members.

Classes

struct  definition

Public Member Functions

 SkipperGrammar (const bool skipnewline=true)
 Constructor.
bool skipnewline () const

Private Attributes

bool m_skipnewline

Detailed Description

Skipping spaces and comments.

Comments can be

Author:
Alexander MAZUROV Alexander.Mazurov@gmail.com
Vanya BELYAEV ibelyaev@physics.syr.edu
Date:
2006-05-14

Definition at line 301 of file Grammars.h.


Constructor & Destructor Documentation

Gaudi::Parsers::SkipperGrammar::SkipperGrammar ( const bool  skipnewline = true  )  [inline]

Constructor.

Parameters:
skipnewline Skip new line symbols or not

Definition at line 307 of file Grammars.h.

00308         : m_skipnewline(skipnewline){}


Member Function Documentation

bool Gaudi::Parsers::SkipperGrammar::skipnewline (  )  const [inline]
Returns:
true - skip new line symbols, false - not skip

Definition at line 311 of file Grammars.h.

00311 {return m_skipnewline;}


Member Data Documentation

bool Gaudi::Parsers::SkipperGrammar::m_skipnewline [private]

Definition at line 339 of file Grammars.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:33:12 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004