Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4AllocatorBase Class Referenceabstract

#include <G4Allocator.hh>

Inheritance diagram for G4AllocatorBase:
G4Allocator< Type >

Public Member Functions

 G4AllocatorBase ()
 
virtual ~G4AllocatorBase ()
 
virtual void ResetStorage ()=0
 
virtual size_t GetAllocatedSize () const =0
 
virtual int GetNoPages () const =0
 
virtual size_t GetPageSize () const =0
 
virtual void IncreasePageSize (unsigned int sz)=0
 

Detailed Description

Definition at line 52 of file G4Allocator.hh.

Constructor & Destructor Documentation

G4AllocatorBase::G4AllocatorBase ( )

Definition at line 34 of file G4Allocator.cc.

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

35 {
37 }
static G4AllocatorList * GetAllocatorList()
void Register(G4AllocatorBase *)
G4AllocatorBase::~G4AllocatorBase ( )
virtual

Definition at line 39 of file G4Allocator.cc.

39 {;}

Member Function Documentation

virtual size_t G4AllocatorBase::GetAllocatedSize ( ) const
pure virtual

Implemented in G4Allocator< Type >.

virtual int G4AllocatorBase::GetNoPages ( ) const
pure virtual

Implemented in G4Allocator< Type >.

virtual size_t G4AllocatorBase::GetPageSize ( ) const
pure virtual

Implemented in G4Allocator< Type >.

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

Implemented in G4Allocator< Type >.

virtual void G4AllocatorBase::ResetStorage ( )
pure virtual

Implemented in G4Allocator< Type >.


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