2 #ifndef GAUDIKERNEL_GENERICADDRESS_H
3 #define GAUDIKERNEL_GENERICADDRESS_H
6 #include "GaudiKernel/Kernel.h"
7 #include "GaudiKernel/IOpaqueAddress.h"
24 unsigned long m_refCount;
32 unsigned long m_ipar[2];
44 m_ipar[0]=m_ipar[1]=0xFFFFFFFF;
50 m_svcType(copy.m_svcType),
52 m_pRegistry(copy.m_pRegistry)
54 m_par[0] = copy.
m_par[0];
55 m_par[1] = copy.
m_par[1];
56 m_ipar[0] = copy.
m_ipar[0];
57 m_ipar[1] = copy.
m_ipar[1];
62 const std::string& p1=
"",
63 const std::string& p2=
"",
82 virtual unsigned long addRef () {
86 virtual unsigned long release () {
87 int cnt = --m_refCount;
99 m_pRegistry = pRegistry;
106 void setClID(
const CLID& clid) {
114 void setSvcType(
long typ) {
118 virtual const std::string*
par()
const {
122 virtual const unsigned long*
ipar()
const {
126 #endif // GAUDIKERNEL_GENERICADDRESS_H
virtual const std::string * par() const =0
Retrieve String parameters.
virtual unsigned long release()=0
release reference to object
Generic Transient Address.
virtual long svcType() const =0
Retrieve service type.
virtual const CLID & clID() const =0
Retrieve class information from link.
virtual IRegistry * registry() const =0
Update branch name.
The IRegistry represents the entry door to the environment any data object residing in a transient da...
unsigned int CLID
Class ID definition.
unsigned long m_ipar[2]
Integer parameters to be accessed.
std::string m_par[3]
String parameters to be accessed.
virtual void setRegistry(IRegistry *r)=0
Update directory pointer.
Opaque address interface definition.
virtual const unsigned long * ipar() const =0
Access to generic link parameters.
virtual unsigned long addRef()=0
Add reference to object.