LCIO
02.17
|
Simple Extension - pointer to an object of type T where the ownership is taken over by the object holding the extension, i.e. More...
#include <LCRTRelations.h>
Simple Extension - pointer to an object of type T where the ownership is taken over by the object holding the extension, i.e.
it deletes the object when itself is deleted. The class U needs to be the subclass type, e.g.
struct MyAttributes : public LCExtension<MyAttributes,Attributes> {} ;
Definition at line 199 of file LCRTRelations.h.