Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Functions
G4Allocator.hh File Reference
#include <cstddef>
#include "G4AllocatorPool.hh"

Go to the source code of this file.

Data Structures

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

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 ()
 

Function Documentation

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

Definition at line 276 of file G4Allocator.hh.

277 {
278  return false;
279 }
template<class T1 , class T2 >
bool operator== ( const G4Allocator< T1 > &  ,
const G4Allocator< T2 > &   
)
throw (
)

Definition at line 266 of file G4Allocator.hh.

267 {
268  return true;
269 }