The Gaudi Framework  v30r3 (a5ef0a68)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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:
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

 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 }