
Helper base-class to allow the generic Python-decoration for all "map-like" classes in Gaudi. More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/MapBase.h>

Public Member Functions | |
| virtual | ~MapBase () |
Protected Member Functions | |
| void | throw_out_of_range_exception () const |
| throw std::out_of_range exception | |
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
len iter iteritems contains repr setitem delitem str repr keys items values get has_key (for Python 2)Thus it behaves practically identically with builtin-type dict
|
virtual |
Definition at line 22 of file MapBase.cpp.
|
protected |
throw std::out_of_range exception
Definition at line 23 of file MapBase.cpp.