Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Functions
G4EnhancedVecAllocator.hh File Reference
#include "G4Types.hh"

Go to the source code of this file.

Data Structures

struct  G4ChunkType
 
struct  G4ChunkIndexType
 
class  G4AllocStats
 
class  G4EnhancedVecAllocator< _Tp >
 
struct  G4EnhancedVecAllocator< _Tp >::rebind< _Tp1 >
 

Functions

template<typename _T1 , typename _T2 >
bool operator== (const G4EnhancedVecAllocator< _T1 > &, const G4EnhancedVecAllocator< _T2 > &)
 
template<typename _T1 , typename _T2 >
bool operator!= (const G4EnhancedVecAllocator< _T1 > &, const G4EnhancedVecAllocator< _T2 > &)
 

Function Documentation

template<typename _T1 , typename _T2 >
bool operator!= ( const G4EnhancedVecAllocator< _T1 > &  ,
const G4EnhancedVecAllocator< _T2 > &   
)
inline

Definition at line 273 of file G4EnhancedVecAllocator.hh.

275 { return false; }
template<typename _T1 , typename _T2 >
bool operator== ( const G4EnhancedVecAllocator< _T1 > &  ,
const G4EnhancedVecAllocator< _T2 > &   
)
inline

Definition at line 264 of file G4EnhancedVecAllocator.hh.

266 { return true; }