The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
KeyedObjectManager.h File Reference
#include <GaudiKernel/ClassID.h>
#include <GaudiKernel/Kernel.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.

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< mapContainers::Map
 Forward declaration of specialized std::map-like object manager.
 
typedef KeyedObjectManager< hashmapContainers::HashMap
 Forward declaration of specialized std::hashmap-like object manager.
 
typedef KeyedObjectManager< vectorContainers::Vector
 Forward declaration of specialized std::vector-like object manager.
 
typedef KeyedObjectManager< arrayContainers::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.