Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

MapBase Class Reference

Helper base-class to allow the generic Python-decoration for all "map-like" classes in Gaudi. More...

#include <MapBase.h>

Inheritance diagram for MapBase:

Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~MapBase ()
 virtual destructor

Protected Member Functions

void throw_out_of_range_exception () const
 throw std::out_of_range exception


Detailed Description

Helper base-class to allow the generic Python-decoration for all "map-like" classes in Gaudi.

The corresponding Python class provide the useful iterators, look-up, etc. This base-class in python is decorated with the following methods

Thus it behaves practically identically with builtin-type dict

Author:
Vanya BELYAEV Ivan.Belyaev@itep.ru
Date:
2010-02-20

Definition at line 46 of file MapBase.h.


Constructor & Destructor Documentation

MapBase::~MapBase (  )  [virtual]

virtual destructor

Definition at line 23 of file MapBase.cpp.

00023 {}


Member Function Documentation

void MapBase::throw_out_of_range_exception (  )  const [protected]

throw std::out_of_range exception

See also:
std::out_of_range

Definition at line 29 of file MapBase.cpp.

00030 { 
00031   std::string _nam = System::typeinfoName ( typeid ( *this ) ) ;
00032   throw std::out_of_range ( _nam.c_str () ) ; 
00033 }


The documentation for this class was generated from the following files:

Generated at Thu Sep 30 09:58:58 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004