Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ReferenceCountedHandle.hh File Reference
#include "G4Allocator.hh"
#include "G4Types.hh"

Go to the source code of this file.

Classes

class  G4ReferenceCountedHandle< X >
 
class  G4CountedObject< X >
 

Functions

G4GLOB_DLL G4Allocator< G4ReferenceCountedHandle< void > > *& aRCHAllocator ()
 
G4GLOB_DLL G4Allocator< G4CountedObject< void > > *& aCountedObjectAllocator ()
 

Function Documentation

◆ aCountedObjectAllocator()

G4GLOB_DLL G4Allocator< G4CountedObject< void > > *& aCountedObjectAllocator ( )

Definition at line 34 of file G4ReferenceCountedHandle.cc.

35{
37 return _instance;
38}
#define G4ThreadLocalStatic
Definition: tls.hh:76

Referenced by G4CountedObject< X >::operator delete(), and G4CountedObject< X >::operator new().

◆ aRCHAllocator()