Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012
Classes | Public Member Functions | Public Attributes | Private Attributes

Gaudi::Parsers::SkipperGrammar< Iterator > Class Template Reference

Skipping spaces and comments. More...

#include <Grammar.h>

Inheritance diagram for Gaudi::Parsers::SkipperGrammar< Iterator >:
Inheritance graph
[legend]
Collaboration diagram for Gaudi::Parsers::SkipperGrammar< Iterator >:
Collaboration graph
[legend]

List of all members.

Classes

struct  definition

Public Member Functions

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

Public Attributes

qi::rule< Iteratorcomments

Private Attributes

bool m_skipnewline

Detailed Description

template<typename Iterator>
class Gaudi::Parsers::SkipperGrammar< Iterator >

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 36 of file Grammar.h.


Constructor & Destructor Documentation

template<typename Iterator >
Gaudi::Parsers::SkipperGrammar< Iterator >::SkipperGrammar (  ) [inline]

Definition at line 24 of file Grammar.h.

           :
// ============================================================================
template<typename Iterator >
Gaudi::Parsers::SkipperGrammar< Iterator >::SkipperGrammar ( const bool  skipnewline = true ) [inline]

Constructor.

Parameters:
skipnewlineSkip new line symbols or not

Definition at line 312 of file Grammars.h.

        : m_skipnewline(skipnewline){}
template<typename Iterator >
Gaudi::Parsers::SkipperGrammar< Iterator >::SkipperGrammar (  ) [inline]

Definition at line 78 of file GrammarsV2.h.

                         : SkipperGrammar::base_type(comments) {
                comments = enc::space | rep::confix("/*", "*/")[*(qi::char_ - "*/")]
                      |
                      rep::confix("//", sp::eol)[*(qi::char_ - sp::eol)];
        }

Member Function Documentation

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

Definition at line 316 of file Grammars.h.

{return m_skipnewline;}

Member Data Documentation

template<typename Iterator >
qi::rule< Iterator > Gaudi::Parsers::SkipperGrammar< Iterator >::comments

Definition at line 29 of file Grammar.h.

template<typename Iterator >
bool Gaudi::Parsers::SkipperGrammar< Iterator >::m_skipnewline [private]

Definition at line 344 of file Grammars.h.


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

Generated at Mon Jan 30 2012 13:53:32 for Gaudi Framework, version v23r0 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004