G4Allocator.hh File Reference

#include <cstddef>
#include "G4AllocatorPool.hh"

Go to the source code of this file.

Data Structures

class  G4Allocator< Type >
struct  G4Allocator< Type >::rebind< U >

Defines

#define G4Allocator_h   1

Functions

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


Define Documentation

#define G4Allocator_h   1

Definition at line 46 of file G4Allocator.hh.


Function Documentation

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

Definition at line 264 of file G4Allocator.hh.

00265 {
00266   return false;
00267 }

template<class T1, class T2>
bool operator== ( const G4Allocator< T1 > &  ,
const G4Allocator< T2 > &   
) throw ()

Definition at line 254 of file G4Allocator.hh.

00255 {
00256   return true;
00257 }


Generated on Mon May 27 17:50:38 2013 for Geant4 by  doxygen 1.4.7