Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4ReferenceCountedHandle.cc File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ aCountedObjectAllocator()

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

G4Allocator< G4ReferenceCountedHandle< void > > *& aRCHAllocator ( )