Geant4-11
Public Member Functions
G4AllocatorBase Class Referenceabstract

#include <G4Allocator.hh>

Inheritance diagram for G4AllocatorBase:
G4Allocator< G4KDNode< PointT > > G4Allocator< G4KDNodeCopy< PointCopyT > > G4Allocator< G4Octree > G4Allocator< Type >

Public Member Functions

 G4AllocatorBase ()
 
virtual std::size_t GetAllocatedSize () const =0
 
virtual int GetNoPages () const =0
 
virtual std::size_t GetPageSize () const =0
 
virtual const char * GetPoolType () const =0
 
virtual void IncreasePageSize (unsigned int sz)=0
 
virtual void ResetStorage ()=0
 
virtual ~G4AllocatorBase ()
 

Detailed Description

Definition at line 47 of file G4Allocator.hh.

Constructor & Destructor Documentation

◆ G4AllocatorBase()

G4AllocatorBase::G4AllocatorBase ( )

Definition at line 35 of file G4Allocator.cc.

36{
38}
static G4AllocatorList * GetAllocatorList()
void Register(G4AllocatorBase *)

References G4AllocatorList::GetAllocatorList(), and G4AllocatorList::Register().

◆ ~G4AllocatorBase()

G4AllocatorBase::~G4AllocatorBase ( )
virtual

Definition at line 41 of file G4Allocator.cc.

41{}

Member Function Documentation

◆ GetAllocatedSize()

virtual std::size_t G4AllocatorBase::GetAllocatedSize ( ) const
pure virtual

◆ GetNoPages()

virtual int G4AllocatorBase::GetNoPages ( ) const
pure virtual

◆ GetPageSize()

virtual std::size_t G4AllocatorBase::GetPageSize ( ) const
pure virtual

◆ GetPoolType()

virtual const char * G4AllocatorBase::GetPoolType ( ) const
pure virtual

◆ IncreasePageSize()

virtual void G4AllocatorBase::IncreasePageSize ( unsigned int  sz)
pure virtual

◆ ResetStorage()

virtual void G4AllocatorBase::ResetStorage ( )
pure virtual

The documentation for this class was generated from the following files: