Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

Gaudi::Parsers::SkipperGrammar Class Reference

Skipping spaces and comments. More...

#include <Grammars.h>

List of all members.

Public Member Functions

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

Private Attributes

bool m_skipnewline

Classes

struct  definition


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:

Generated at Thu Sep 30 09:58:55 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004