| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

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

The valid represenation of vector are: More...

#include <Grammars.h>

List of all members.


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

Classes

struct  definition

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 407 of file Grammars.h.


Member Typedef Documentation

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

Definition at line 414 of file Grammars.h.

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

Definition at line 415 of file Grammars.h.

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

Definition at line 416 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 419 of file Grammars.h.

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


The documentation for this class was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:57:17 2011 for GaudiKernel by doxygen 1.4.7