The Gaudi Framework  v36r11 (bdb84f5f)
Allocator.h File Reference
#include <cstddef>
#include "GaudiKernel/AllocatorPool.h"
Include dependency graph for Allocator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

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

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 250 of file Allocator.h.

250  {
251  return false;
252 }

◆ operator==()

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

Definition at line 241 of file Allocator.h.

241  {
242  return true;
243 }