The Gaudi Framework
v30r3 (a5ef0a68)
|
#include <src/PersistencySvc/PersistencySvc.h>
Public Member Functions | |
ServiceEntry (long type, SmartIF< IService > svc, SmartIF< IConversionSvc > cnv, SmartIF< IAddressCreator > cr) | |
ServiceEntry (long type, IService *svc, IConversionSvc *cnv, IAddressCreator *cr) | |
ServiceEntry (const ServiceEntry &)=default | |
SmartIF< IService > & | service () const |
SmartIF< IConversionSvc > & | conversionSvc () const |
SmartIF< IAddressCreator > & | addrCreator () const |
long | svcType () const |
Private Attributes | |
long | m_serviceType |
SmartIF< IService > | m_service |
SmartIF< IConversionSvc > | m_cnvService |
SmartIF< IAddressCreator > | m_addrCreator |
Definition at line 53 of file PersistencySvc.h.
|
inline |
Definition at line 61 of file PersistencySvc.h.
|
inline |
Definition at line 68 of file PersistencySvc.h.
|
default |
|
inline |
Definition at line 79 of file PersistencySvc.h.
|
inline |
Definition at line 78 of file PersistencySvc.h.
Definition at line 77 of file PersistencySvc.h.
|
inline |
Definition at line 80 of file PersistencySvc.h.
|
mutableprivate |
Definition at line 58 of file PersistencySvc.h.
|
mutableprivate |
Definition at line 57 of file PersistencySvc.h.
Definition at line 56 of file PersistencySvc.h.
|
private |
Definition at line 55 of file PersistencySvc.h.