|
LCIO
02.17
|
Special Extension that allows to write int extensions directly (not through a pointer !). More...
#include <LCRTRelations.h>
Public Types | |
| typedef long | ptr |
| typedef long & | ext_type |
| typedef U | tag |
Public Member Functions | |
| LCIntExtension ()=default | |
| Constructor. More... | |
| ~LCIntExtension ()=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} |
Special Extension that allows to write int extensions directly (not through a pointer !).
Definition at line 262 of file LCRTRelations.h.
| typedef long& lcrtrel::LCIntExtension< U >::ext_type |
Definition at line 265 of file LCRTRelations.h.
| typedef long lcrtrel::LCIntExtension< U >::ptr |
Definition at line 264 of file LCRTRelations.h.
| typedef U lcrtrel::LCIntExtension< U >::tag |
Definition at line 266 of file LCRTRelations.h.
|
default |
Constructor.
|
default |
Destructor.
|
inline |
Extension data access.
Definition at line 278 of file LCRTRelations.h.
|
private |
Definition at line 283 of file LCRTRelations.h.
|
static |
Definition at line 267 of file LCRTRelations.h.
1.8.5