Gaudi Framework, version v23r6

Home   Generated: Wed Jan 30 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Gaudi::RootRef Struct Reference

Persistent reference object. More...

#include <RootCnv/RootRefs.h>

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:

Generated at Wed Jan 30 2013 17:13:50 for Gaudi Framework, version v23r6 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004