|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
Allocator The file is copied form Geant4 project. More...
#include <cstddef>#include "GaudiKernel/AllocatorPool.h"
Go to the source code of this file.
Classes | |
| class | GaudiUtils::Allocator< Type > |
| Allocator. More... | |
| struct | GaudiUtils::Allocator< Type >::rebind< U > |
Namespaces | |
| namespace | GaudiUtils |
Functions | |
| template<class T1 , class T2 > | |
| bool | operator== (const GaudiUtils::Allocator< T1 > &, const GaudiUtils::Allocator< T2 > &) throw () |
| template<class T1 , class T2 > | |
| bool | operator!= (const GaudiUtils::Allocator< T1 > &, const GaudiUtils::Allocator< T2 > &) throw () |
Allocator The file is copied form Geant4 project.
Definition in file Allocator.h.
| bool operator!= | ( | const GaudiUtils::Allocator< T1 > & | , |
| const GaudiUtils::Allocator< T2 > & | |||
| ) | throw () |
Definition at line 264 of file Allocator.h.
{
return false;
}
| bool operator== | ( | const GaudiUtils::Allocator< T1 > & | , |
| const GaudiUtils::Allocator< T2 > & | |||
| ) | throw () |
Definition at line 252 of file Allocator.h.
{
return true;
}