fire v0.19.0
Framework for sImulation and Reconstruction of Events
|
empty struct for connecting a instance of Data and the type it wraps More...
#include <Access.h>
Static Public Member Functions | |
template<typename T , typename D > | |
static void | connect (T &t, D &d) |
Connect the input types by attaching t to do. More... | |
empty struct for connecting a instance of Data and the type it wraps
This struct has no members or instance methods, it is merely here to grant Data access to the potentially private function attach
.
A class interested in being wrapped by Data should declare this struct as its friend.
|
inlinestatic |
Connect the input types by attaching t to do.
T | type of class with attach method defined |
D | type of class to pass to attach |
[in] | t | handle of class to call attach on |
[in] | d | handle of class to pass into attach |