![]() |
The Gaudi Framework
master (b9786168)
|
#include <GaudiKernel/ClassID.h>#include <GaudiKernel/Kernel.h>#include <GaudiKernel/KeyedTraits.h>#include <vector>

Go to the source code of this file.
Classes | |
| class | Containers::KeyedObjectManager< SETUP > |
| KeyedObjectManager Class to manage keyed objects. More... | |
Namespaces | |
| namespace | Containers |
Typedefs | |
| typedef long(* | Containers::MANIPULATOR) (void *) |
| Object manipulator type definition. | |
| typedef KeyedObjectManager< map > | Containers::Map |
| Forward declaration of specialized std::map-like object manager. | |
| typedef KeyedObjectManager< hashmap > | Containers::HashMap |
| Forward declaration of specialized std::hashmap-like object manager. | |
| typedef KeyedObjectManager< vector > | Containers::Vector |
| Forward declaration of specialized std::vector-like object manager. | |
| typedef KeyedObjectManager< array > | Containers::Array |
| Forward declaration of specialized redirection array object manager. | |
Variables | |
| struct GAUDI_API | Containers::hashmap |
| Parametrisation class for hashmap-like implementation. | |
| struct GAUDI_API | Containers::map |
| Parametrisation class for map-like implementation. | |
| struct GAUDI_API | Containers::array |
| Parametrisation class for redirection array - like implementation. | |
| struct GAUDI_API | Containers::vector |
| Parametrisation class for vector-like implementation. | |