|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include <utility>
#include <vector>
#include <algorithm>


Go to the source code of this file.
Namespaces | |
| namespace | Gaudi |
| namespace | Gaudi::details |
Classes | |
| struct | Gaudi::RangeBase_ |
| helper class to simplify the dealing with ranges in Python More... | |
| class | Gaudi::Range_< CONTAINER > |
| Useful class for representation of "sequence" of the objects through the range of valid iterators. More... | |
Defines | |
| #define | GAUDI_RANGE_H 1 |
Functions | |
| void | Gaudi::details::rangeException (const long index, const size_t size) |
| Helpful function to throw an "out-of-range exception" for class Range_. | |
| template<class CONTAINER> | |
| Range_< CONTAINER > | Gaudi::range (const CONTAINER &cnt) |
| simple function to create the range from the arbitrary container | |
The package has been designed with the kind help from Galina PAKHLOVA and Sergey BARSUK. Many bright ideas, contributions and advices from G.Raven, J.van Tilburg, A.Golutvin, P.Koppenburg have been used in the design.
Definition in file Range.h.