DLG4::VolumeBuilders
A fluent interface for Geant4 geometry definition.
|
#include <memory>
#include <mutex>
#include <stdexcept>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Classes | |
class | Linkable< T > |
struct | Linkable< T >::false_template< X > |
Namespaces | |
namespace | PersistentObjectRegistry |
namespace | DLG4 |
Macros | |
#define | LINKABLE_HH |
#define | SET_LINK_TYPE std::true_type |
#define | SET_LINK std::true_type{} |
Variables | |
std::vector< std::shared_ptr< void > > | black_hole |
std::mutex | s_registry_mutex |
#define LINKABLE_HH |
Definition at line 55 of file Linkable.hh.
#define SET_LINK std::true_type{} |
Definition at line 63 of file Linkable.hh.
#define SET_LINK_TYPE std::true_type |
Definition at line 62 of file Linkable.hh.