Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
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:

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

240  {
241  return false;
242 }
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 }