The Gaudi Framework  v32r2 (46d42edc)
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

◆ operator!=()

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

Definition at line 240 of file Allocator.h.

240  {
241  return false;
242 }

◆ operator==()

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

Definition at line 231 of file Allocator.h.

231  {
232  return true;
233 }