ATLAS Offline Software
|
Base class for Handle
classes, containing parts that are independent of how the Allocator gets created. See Arena.h for an overview of the arena-based memory allocators.
More...
#include "AthAllocators/ArenaHandleBaseAllocT.h"
#include "AthAllocators/ArenaHeader.h"
#include "boost/iterator/iterator_adaptor.hpp"
#include <cstdlib>
#include "AthAllocators/ArenaHandleBaseT.icc"
Go to the source code of this file.
Classes | |
class | SG::ArenaHandleBaseT< T, ALLOC > |
Base class for Handle classes, containing parts that are independent of how the Allocator gets created. More... | |
class | SG::ArenaHandleBaseT< T, ALLOC >::iterator |
Non-const iterator. More... | |
class | SG::ArenaHandleBaseT< T, ALLOC >::const_iterator |
Const iterator. More... | |
Namespaces | |
SG | |
Forward declaration. | |
Base class for Handle
classes, containing parts that are independent of how the Allocator gets created. See Arena.h for an overview of the arena-based memory allocators.
Definition in file ArenaHandleBaseT.h.