Geant4-11
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
G4ReferenceCountedHandle.cc File Reference
#include "G4ReferenceCountedHandle.hh"
#include "G4Types.hh"

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

References G4ThreadLocalStatic.

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

◆ aRCHAllocator()

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