Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

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

#include <Grammars.h>

List of all members.


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.


Public Types

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

Public Member Functions

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

Classes

struct  definition

Member Typedef Documentation

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

Definition at line 426 of file Grammars.h.

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.


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.

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


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