Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Classes | Namespaces | Functions

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

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

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

Definition at line 264 of file Allocator.h.

{
  return false;
}
template<class T1 , class T2 >
bool operator== ( const GaudiUtils::Allocator< T1 > &  ,
const GaudiUtils::Allocator< T2 > &   
) throw ()

Definition at line 252 of file Allocator.h.

{
  return true;
}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:31 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004