#include "GaudiKernel/Kernel.h"
#include "GaudiKernel/ClassID.h"
#include "GaudiKernel/KeyedTraits.h"
#include <vector>
Include dependency graph for KeyedObjectManager.h:
This graph shows which files directly or indirectly include this file:
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. |