#include "G4Allocator.hh"Go to the source code of this file.
Data Structures | |
| class | G4ReferenceCountedHandle< X > |
| class | G4CountedObject< X > |
Defines | |
| #define | _G4REFERENCECOUNTEDHANDLE_H_ 1 |
Variables | |
| G4DLLIMPORT G4Allocator< G4ReferenceCountedHandle< void > > | aRCHAllocator |
| G4DLLIMPORT G4Allocator< G4CountedObject< void > > | aCountedObjectAllocator |
| #define _G4REFERENCECOUNTEDHANDLE_H_ 1 |
Definition at line 56 of file G4ReferenceCountedHandle.hh.
| G4DLLIMPORT G4Allocator<G4CountedObject<void> > aCountedObjectAllocator |
Definition at line 41 of file G4ReferenceCountedHandle.cc.
Referenced by G4CountedObject< X >::operator delete(), and G4CountedObject< X >::operator new().
| G4DLLIMPORT G4Allocator<G4ReferenceCountedHandle<void> > aRCHAllocator |
Definition at line 42 of file G4ReferenceCountedHandle.cc.
Referenced by G4ReferenceCountedHandle< X >::operator delete(), and G4ReferenceCountedHandle< X >::operator new().
1.4.7