The Gaudi Framework  v29r0 (ff2e7097)
Allocator.h File Reference

Allocator The file is copied form Geant4 project. More...

#include <cstddef>
#include "GaudiKernel/AllocatorPool.h"
Include dependency graph for Allocator.h:

Go to the source code of this file.

Classes

class  GaudiUtils::Allocator< Type >
 Allocator. More...
 
struct  GaudiUtils::Allocator< Type >::rebind< U >
 

Namespaces

 GaudiUtils
 Forward declarations for the functions in SerializeSTL.h.
 

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 ()
 

Detailed Description

Allocator The file is copied form Geant4 project.

Date
2006-02-10

Definition in file Allocator.h.

Function Documentation

template<class T1 , class T2 >
bool operator!= ( const GaudiUtils::Allocator< T1 > &  ,
const GaudiUtils::Allocator< T2 > &   
)
throw (
)

Definition at line 256 of file Allocator.h.

257 {
258  return false;
259 }
template<class T1 , class T2 >
bool operator== ( const GaudiUtils::Allocator< T1 > &  ,
const GaudiUtils::Allocator< T2 > &   
)
throw (
)

Definition at line 246 of file Allocator.h.

247 {
248  return true;
249 }