DLG4::VolumeBuilders
A fluent interface for Geant4 geometry definition.
Loading...
Searching...
No Matches
Classes | Namespaces | Macros | Variables
Linkable.hh File Reference
#include <memory>
#include <mutex>
#include <stdexcept>
#include <type_traits>
#include <vector>
Include dependency graph for Linkable.hh:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ LINKABLE_HH

#define LINKABLE_HH

Definition at line 55 of file Linkable.hh.

◆ SET_LINK

#define SET_LINK   std::true_type{}

Definition at line 63 of file Linkable.hh.

◆ SET_LINK_TYPE

#define SET_LINK_TYPE   std::true_type

Definition at line 62 of file Linkable.hh.