Gaudi Framework, version v20r3

Generated: 24 Nov 2008

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 407 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 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:

Generated at Mon Nov 24 14:47:35 2008 for Gaudi Framework, version v20r3 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004