Gaudi Framework, version v22r2

Home   Generated: Tue May 10 2011
Classes | Public Types | Public Member Functions

Gaudi::Parsers::VectorGrammar< GrammarT > Class Template Reference

The valid represenation of vector are:

More...

#include <Grammars.h>

Inheritance diagram for Gaudi::Parsers::VectorGrammar< GrammarT >:
Inheritance graph
[legend]
Collaboration diagram for Gaudi::Parsers::VectorGrammar< GrammarT >:
Collaboration graph
[legend]

List of all members.

Classes

struct  definition

Public Types

typedef GrammarT::ResultT ValueT
typedef std::vector< ValueTResultT
typedef VectorGrammar< GrammarT > SelfT

Public Member Functions

void matchItem (const ValueT &value) const
 callback. Action when we match inner value

Detailed Description

template<typename GrammarT>
class Gaudi::Parsers::VectorGrammar< GrammarT >

The valid represenation of vector are:

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

Definition at line 419 of file Grammars.h.


Member Typedef Documentation

template<typename GrammarT>
typedef std::vector<ValueT> Gaudi::Parsers::VectorGrammar< GrammarT >::ResultT

Definition at line 427 of file Grammars.h.

template<typename GrammarT>
typedef VectorGrammar<GrammarT> Gaudi::Parsers::VectorGrammar< GrammarT >::SelfT

Definition at line 428 of file Grammars.h.

template<typename GrammarT>
typedef GrammarT::ResultT Gaudi::Parsers::VectorGrammar< GrammarT >::ValueT

Definition at line 426 of file Grammars.h.


Member Function Documentation

template<typename GrammarT>
void Gaudi::Parsers::VectorGrammar< GrammarT >::matchItem ( const ValueT value ) const [inline]

callback. Action when we match inner value

Definition at line 431 of file Grammars.h.

{ this->val().push_back(value); }

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 Tue May 10 2011 18:55:28 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004