LCIO
02.17
|
Simple Extension - pointer to an object of type T. More...
#include <LCRTRelations.h>
Additional Inherited Members | |
![]() | |
typedef LCBaseTraits< U, T, SimplePtrInit, NoDelete, 1 > | base |
typedef T *& | ext_type |
typedef T * | rel_type |
typedef base::ptr | obj_ptr |
![]() | |
typedef T * | ptr |
base pointer type More... | |
typedef U | tag |
![]() | |
LCBaseTraits (const LCBaseTraits &)=delete | |
LCBaseTraits< U, T, I, D, b > & | operator= (const LCBaseTraits &)=delete |
LCBaseTraits () | |
Constructor. More... | |
~LCBaseTraits () | |
Destructor. More... | |
ptr & | pointer () |
Extension data access. More... | |
![]() | |
static const bool | is_container |
![]() | |
static const int | allowed_to_call_ext = b |
![]() | |
ptr | _pointer {} |
Simple Extension - pointer to an object of type T.
The class U needs to be the subclass type, e.g.
struct MyAttributes : public LCExtension<MyAttributes,Attributes> {} ;
Definition at line 191 of file LCRTRelations.h.