Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

Gaudi::Parsers::SkipperGrammar Class Reference

#include <Grammars.h>

List of all members.


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.


Public Member Functions

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

Private Attributes

bool m_skipnewline

Classes

struct  definition

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 Wed Nov 11 16:36:43 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004