Gaudi Framework, version v23r0

Home   Generated: Mon Jan 30 2012
Public Member Functions | Public Attributes

Gaudi::RootObjectRefs Struct Reference

Persistent reference object containing all leafs and links corresponding to a Gaudi DataObject. More...

#include <RootCnv/RootRefs.h>

Collaboration diagram for Gaudi::RootObjectRefs:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 RootObjectRefs ()
 Default constructor.
 RootObjectRefs (const RootObjectRefs &r)
 Copy constructor.
 ~RootObjectRefs ()
 Default destructor.
RootObjectRefsoperator= (const RootObjectRefs &r)
 Assignment operator.

Public Attributes

std::vector< int > links
 The links of the link manager.
std::vector< RootRefrefs
 The references corresponding to the next layer of items in the data store.

Detailed Description

Persistent reference object containing all leafs and links corresponding to a Gaudi DataObject.

Author:
M.Frank
Version:
1.0

Definition at line 70 of file RootRefs.h.


Constructor & Destructor Documentation

Gaudi::RootObjectRefs::RootObjectRefs (  ) [inline]

Default constructor.

Definition at line 77 of file RootRefs.h.

{}
Gaudi::RootObjectRefs::RootObjectRefs ( const RootObjectRefs r ) [inline]

Copy constructor.

Definition at line 79 of file RootRefs.h.

: links(r.links), refs(r.refs) {}
Gaudi::RootObjectRefs::~RootObjectRefs (  ) [inline]

Default destructor.

Definition at line 81 of file RootRefs.h.

{}

Member Function Documentation

RootObjectRefs& Gaudi::RootObjectRefs::operator= ( const RootObjectRefs r ) [inline]

Assignment operator.

Definition at line 83 of file RootRefs.h.

                                                       {
      links = r.links;
      refs = r.refs; 
      return *this;
    }

Member Data Documentation

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Jan 30 2012 13:53:31 for Gaudi Framework, version v23r0 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004