LCIO
02.17
|
#include <LCRTRelations.h>
Public Types | |
typedef double | ptr |
typedef double & | ext_type |
typedef U | tag |
Public Member Functions | |
LCFloatExtension ()=default | |
Constructor. More... | |
~LCFloatExtension ()=default | |
Destructor. More... | |
ptr & | pointer () |
Extension data access. More... | |
Static Public Attributes | |
static const int | allowed_to_call_ext = 1 |
Private Attributes | |
ptr | _pointer {0} |
Definition at line 289 of file LCRTRelations.h.
typedef double& lcrtrel::LCFloatExtension< U >::ext_type |
Definition at line 297 of file LCRTRelations.h.
typedef double lcrtrel::LCFloatExtension< U >::ptr |
Definition at line 296 of file LCRTRelations.h.
typedef U lcrtrel::LCFloatExtension< U >::tag |
Definition at line 299 of file LCRTRelations.h.
|
default |
Constructor.
|
default |
Destructor.
|
inline |
Extension data access.
Definition at line 311 of file LCRTRelations.h.
|
private |
Definition at line 316 of file LCRTRelations.h.
|
static |
Definition at line 300 of file LCRTRelations.h.