|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
#include "GaudiKernel/Kernel.h"#include "GaudiKernel/ClassID.h"#include "GaudiKernel/KeyedTraits.h"#include <vector>


Go to the source code of this file.
Namespaces | |
| namespace | Containers |
Classes | |
| class | Containers::KeyedObjectManager< SETUP > |
| KeyedObjectManager Class to manage keyed objects. More... | |
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. | |