LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members
lcrtrel::LCExtension< U, T > Struct Template Reference

Simple Extension - pointer to an object of type T. More...

#include <LCRTRelations.h>

+ Inheritance diagram for lcrtrel::LCExtension< U, T >:

Additional Inherited Members

- Public Types inherited from lcrtrel_helper::LCBaseLinkTraits< U, T >
typedef LCBaseTraits< U, T,
SimplePtrInit, NoDelete, 1 > 
base
 
typedef T *& ext_type
 
typedef T * rel_type
 
typedef base::ptr obj_ptr
 
- Public Types inherited from lcrtrel_helper::LCBaseTraits< U, T, I, D, b >
typedef T * ptr
 base pointer type More...
 
typedef U tag
 
- Public Member Functions inherited from lcrtrel_helper::LCBaseTraits< U, T, I, D, b >
 LCBaseTraits (const LCBaseTraits &)=delete
 
LCBaseTraits< U, T, I, D, b > & operator= (const LCBaseTraits &)=delete
 
 LCBaseTraits ()
 Constructor. More...
 
 ~LCBaseTraits ()
 Destructor. More...
 
ptrpointer ()
 Extension data access. More...
 
- Static Public Attributes inherited from lcrtrel_helper::LCBaseLinkTraits< U, T >
static const bool is_container
 
- Static Public Attributes inherited from lcrtrel_helper::LCBaseTraits< U, T, I, D, b >
static const int allowed_to_call_ext = b
 
- Protected Attributes inherited from lcrtrel_helper::LCBaseTraits< U, T, I, D, b >
ptr _pointer {}
 

Detailed Description

template<class U, typename T>
struct lcrtrel::LCExtension< U, T >

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.


The documentation for this struct was generated from the following file: