The Gaudi Framework
master (37c0b60a)
|
#include <RootCnv/RootRefs.h>
Public Member Functions | |
RootObjectRefs ()=default | |
Default constructor. More... | |
~RootObjectRefs ()=default | |
Default destructor. More... | |
RootObjectRefs ()=default | |
Default constructor. More... | |
RootObjectRefs (const RootObjectRefs &r) | |
Copy constructor. More... | |
~RootObjectRefs ()=default | |
Default destructor. More... | |
RootObjectRefs & | operator= (const RootObjectRefs &r) |
Assignment operator. More... | |
Public Attributes | |
std::vector< int > | links |
The links of the link manager. More... | |
std::vector< RootRef > | refs |
The references corresponding to the next layer of items in the data store. More... | |
Persistent reference object containing all leafs and links corresponding to a Gaudi DataObject.
Definition at line 68 of file RootRefs.h.
|
default |
Default constructor.
|
default |
Default destructor.
|
default |
Default constructor.
|
inline |
|
default |
Default destructor.
|
inline |
std::vector< int > Gaudi::RootObjectRefs::links |
The links of the link manager.
Definition at line 70 of file RootRefs.h.
std::vector< RootRef > Gaudi::RootObjectRefs::refs |
The references corresponding to the next layer of items in the data store.
Definition at line 72 of file RootRefs.h.