| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

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.


Namespaces

namespace  GaudiUtils

Classes

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

Defines

#define GAUDIKERNEL_Allocator_h   1

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.


Define Documentation

#define GAUDIKERNEL_Allocator_h   1

Definition at line 52 of file Allocator.h.


Function Documentation

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

Definition at line 252 of file Allocator.h.

00254 {
00255   return true;
00256 }

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

Definition at line 264 of file Allocator.h.

00266 {
00267   return false;
00268 }

| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 19:56:59 2011 for GaudiKernel by doxygen 1.4.7