DLG4::VolumeBuilders
A fluent interface for Geant4 geometry definition.
Loading...
Searching...
No Matches
Variables
DLG4::VolumeBuilders::_internals_::PersistentObjectRegistry Namespace Reference

Variables

auto black_hole
 
std::mutex s_registry_mutex
 

Variable Documentation

◆ black_hole

auto black_hole
inline
Initial value:
= []() {
auto* bh = new std::vector<std::shared_ptr<void>>();
return bh;
}()

Definition at line 74 of file Linkable.hh.

74 {
75 auto* bh = new std::vector<std::shared_ptr<void>>();
76#ifdef __SANITIZE_ADDRESS__
77 __lsan_ignore_object(bh);
78#endif
79 return bh;
80 }();

◆ s_registry_mutex

std::mutex s_registry_mutex
inline

Definition at line 81 of file Linkable.hh.