ATLAS Offline Software
Classes | Namespaces
ArenaHandleBaseT.h File Reference

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"
Include dependency graph for ArenaHandleBaseT.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.

Author
scott snyder
Date
May 2007

Definition in file ArenaHandleBaseT.h.