|
Gaudi Framework, version v23r4 |
| Home | Generated: Mon Sep 17 2012 |
Persistent reference object containing all leafs and links corresponding to a Gaudi DataObject. More...
#include <RootCnv/RootRefs.h>

Public Member Functions | |
| RootObjectRefs () | |
| Default constructor. | |
| RootObjectRefs (const RootObjectRefs &r) | |
| Copy constructor. | |
| ~RootObjectRefs () | |
| Default destructor. | |
| RootObjectRefs & | operator= (const RootObjectRefs &r) |
| Assignment operator. | |
Public Attributes | |
| std::vector< int > | links |
| The links of the link manager. | |
| std::vector< RootRef > | refs |
| The references corresponding to the next layer of items in the data store. | |
Persistent reference object containing all leafs and links corresponding to a Gaudi DataObject.
Definition at line 70 of file RootRefs.h.
| Gaudi::RootObjectRefs::RootObjectRefs | ( | ) | [inline] |
| Gaudi::RootObjectRefs::RootObjectRefs | ( | const RootObjectRefs & | r ) | [inline] |
| Gaudi::RootObjectRefs::~RootObjectRefs | ( | ) | [inline] |
| RootObjectRefs& Gaudi::RootObjectRefs::operator= | ( | const RootObjectRefs & | r ) | [inline] |
Assignment operator.
Definition at line 83 of file RootRefs.h.
| std::vector<int> Gaudi::RootObjectRefs::links |
The links of the link manager.
Definition at line 72 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 74 of file RootRefs.h.