Gaudi Framework, version v21r4

Home   Generated: 7 Sep 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 299 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 305 of file Grammars.h.

00306         : 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 309 of file Grammars.h.

00309 {return m_skipnewline;}


Member Data Documentation

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

Definition at line 337 of file Grammars.h.


The documentation for this class was generated from the following file:

Generated at Mon Sep 7 18:26:01 2009 for Gaudi Framework, version v21r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004