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

In This Package:

Gaudi::Parsers::MapGrammar< KeyGrammarT, ValueGrammarT > Class Template Reference

The valid represenation of map are: More...

#include <Grammars.h>

List of all members.


Public Types

typedef KeyGrammarT::ResultT KeyT
typedef ValueGrammarT::ResultT ValueT
typedef std::map< KeyT, ValueTResultT

Public Member Functions

void matchItem () const
 call backs. Action when we match pair in map
void matchFirst (const KeyT &value) const
 call backs. Action when we match key of pair
void matchSecond (const ValueT &value) const
 call backs. Action when we match value pf pair

Classes

struct  definition

Detailed Description

template<typename KeyGrammarT, typename ValueGrammarT>
class Gaudi::Parsers::MapGrammar< KeyGrammarT, ValueGrammarT >

The valid represenation of map are:

Author:
Alexander MAZUROV Alexander.Mazurov@gmail.com

Vanya BELYAEV ibelyaev@physics.syr.edu

Date:
2006-05-14

Definition at line 453 of file Grammars.h.


Member Typedef Documentation

template<typename KeyGrammarT, typename ValueGrammarT>
typedef KeyGrammarT::ResultT Gaudi::Parsers::MapGrammar< KeyGrammarT, ValueGrammarT >::KeyT

Definition at line 464 of file Grammars.h.

template<typename KeyGrammarT, typename ValueGrammarT>
typedef ValueGrammarT::ResultT Gaudi::Parsers::MapGrammar< KeyGrammarT, ValueGrammarT >::ValueT

Definition at line 465 of file Grammars.h.

template<typename KeyGrammarT, typename ValueGrammarT>
typedef std::map<KeyT,ValueT> Gaudi::Parsers::MapGrammar< KeyGrammarT, ValueGrammarT >::ResultT

Definition at line 466 of file Grammars.h.


Member Function Documentation

template<typename KeyGrammarT, typename ValueGrammarT>
void Gaudi::Parsers::MapGrammar< KeyGrammarT, ValueGrammarT >::matchItem (  )  const [inline]

call backs. Action when we match pair in map

Definition at line 469 of file Grammars.h.

00470       {
00471         //this->val().insert(this->attrs()); 
00472         this->val()[this->attrs().first] = this->attrs().second ;
00473       }

template<typename KeyGrammarT, typename ValueGrammarT>
void Gaudi::Parsers::MapGrammar< KeyGrammarT, ValueGrammarT >::matchFirst ( const KeyT value  )  const [inline]

call backs. Action when we match key of pair

Definition at line 475 of file Grammars.h.

00475 {  this->attrs().first = value ; }

template<typename KeyGrammarT, typename ValueGrammarT>
void Gaudi::Parsers::MapGrammar< KeyGrammarT, ValueGrammarT >::matchSecond ( const ValueT value  )  const [inline]

call backs. Action when we match value pf pair

Definition at line 477 of file Grammars.h.

00477 { this->attrs().second = 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