Gaudi Framework, version v23r0

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

Gaudi::RootRef Struct Reference

Persistent reference object. More...

#include <RootCnv/RootRefs.h>

List of all members.

Public Member Functions

 RootRef ()
 Standard constructor.
 RootRef (const RootRef &c)
 Copy constructor.
RootRefoperator= (const RootRef &c)
 Assignment operator.
void reset ()
 Reset data content.

Public Attributes

int dbase
 Data members to define object location in the persistent world.
int container
int link
int clid
int svc
int entry

Detailed Description

Persistent reference object.

Author:
M.Frank
Version:
1.0

Definition at line 31 of file RootRefs.h.


Constructor & Destructor Documentation

Gaudi::RootRef::RootRef (  ) [inline]

Standard constructor.

Definition at line 35 of file RootRefs.h.

{  this->reset(); }
Gaudi::RootRef::RootRef ( const RootRef c ) [inline]

Copy constructor.

Definition at line 37 of file RootRefs.h.

      : dbase(c.dbase),container(c.container),link(c.link),clid(c.clid),svc(c.svc),entry(c.entry)
    {
    }

Member Function Documentation

RootRef& Gaudi::RootRef::operator= ( const RootRef c ) [inline]

Assignment operator.

Definition at line 42 of file RootRefs.h.

                                          {
      dbase     = c.dbase;
      container = c.container;
      link      = c.link;
      clid      = c.clid;
      svc       = c.svc;
      entry     = c.entry;
      return *this;
    }
void Gaudi::RootRef::reset (  ) [inline]

Reset data content.

Definition at line 52 of file RootRefs.h.

                 {
      dbase     = -1;
      container = -1;
      link      = -1;
      entry     = -1;
      svc       = 1;
      clid      = 1;
    }

Member Data Documentation

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.


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