#include <GaudiKernel/IPersistencySvc.h>
Inheritance diagram for IPersistencySvc:

Public Methods | |
| virtual StatusCode | setDefaultCnvService (unsigned char type) = 0 |
| Set default service type. More... | |
| virtual StatusCode | addCnvService (IConversionSvc* service) = 0 |
| Add new Conversion Service. More... | |
| virtual StatusCode | removeCnvService (unsigned char type) = 0 |
| Remove Conversion Service. More... | |
| virtual StatusCode | getService (unsigned char service_type, IConversionSvc*& refpSvc) = 0 |
| Retrieve conversion service identified by technology. More... | |
| virtual StatusCode | getService (const std::string& service_type, IConversionSvc*& refpSvc) = 0 |
| Retrieve conversion service identified by technology. More... | |
Static Public Methods | |
| const InterfaceID& | interfaceID () |
| Retrieve interface ID. More... | |
Definition at line 24 of file IPersistencySvc.h.
|
|
Add new Conversion Service.
|
|
|
Retrieve conversion service identified by technology.
|
|
|
Retrieve conversion service identified by technology.
|
|
|
Retrieve interface ID.
Reimplemented from IInterface. Definition at line 28 of file IPersistencySvc.h. |
|
|
Remove Conversion Service.
|
|
|
Set default service type.
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000