Helper base-class to allow the generic Python-decoration for all "map-like" classes in Gaudi.
More...
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
Thus it behaves practically identically with builtin-type dict
- Author
- Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@i.nosp@m.tep..nosp@m.ru
- Date
- 2010-02-20
Definition at line 46 of file MapBase.h.