The Gaudi Framework  master (82fdf313)
Loading...
Searching...
No Matches
Allocator.h File Reference

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

#include <GaudiKernel/AllocatorPool.h>
#include <cstddef>
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 >
 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 ()
 

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

233 {
234 return false;
235}

◆ operator==()

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

Definition at line 224 of file Allocator.h.

224 {
225 return true;
226}