#include "GaudiKernel/DataObject.h"
#include <vector>
#include <stdexcept>
#include <typeinfo>
#include <functional>
Include dependency graph for TransientFastContainer.h:
Go to the source code of this file.
Classes | |
class | TransientFastContainerBase |
Base class for TransientFastContainer. More... | |
struct | DefaultObjectCleaner< T > |
Basic implementation for the object cleaner functor used by TransientFastContainer when returning a recycled object. More... | |
class | TransientFastContainer< T, CLEANER > |
Container providing internal memory management. More... | |
Defines | |
#define | GAUDIKERNEL_TRANSIENTFASTCONTAINER_H 1 |
#define GAUDIKERNEL_TRANSIENTFASTCONTAINER_H 1 |
Definition at line 3 of file TransientFastContainer.h.