The Gaudi Framework
v30r3 (a5ef0a68)
|
Persistent reference object. More...
#include <RootCnv/RootRefs.h>
Public Member Functions | |
RootRef () | |
Standard constructor. More... | |
RootRef (const RootRef &c)=default | |
Copy constructor. More... | |
RootRef & | operator= (const RootRef &c)=default |
Assignment operator. More... | |
void | reset () |
Reset data content. More... | |
Public Attributes | |
int | dbase |
Data members to define object location in the persistent world. More... | |
int | container |
int | link |
int | clid |
int | svc |
int | entry |
|
inline |
|
default |
Copy constructor.
|
inline |
Reset data content.
Definition at line 41 of file RootRefs.h.
int Gaudi::RootRef::clid |
Definition at line 33 of file RootRefs.h.
int Gaudi::RootRef::container |
Definition at line 33 of file RootRefs.h.
int Gaudi::RootRef::dbase |
Data members to define object location in the persistent world.
Definition at line 33 of file RootRefs.h.
int Gaudi::RootRef::entry |
Definition at line 33 of file RootRefs.h.
int Gaudi::RootRef::link |
Definition at line 33 of file RootRefs.h.
int Gaudi::RootRef::svc |
Definition at line 33 of file RootRefs.h.