Geant4-11
Data Structures | Functions
G4ReferenceCountedHandle.hh File Reference
#include "G4Allocator.hh"
#include "G4Types.hh"

Go to the source code of this file.

Data Structures

class  G4CountedObject< X >
 
class  G4ReferenceCountedHandle< X >
 

Functions

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

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

References G4ThreadLocalStatic.

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

◆ aRCHAllocator()

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