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

Public Types | |
| typedef std::vector<const ICnvFactory*> | Container |
| typedef const ICnvFactory** | CnvIterator |
| Definition of iterator type. More... | |
Public Methods | |
| virtual StatusCode | declareCnvFactory ( const ICnvFactory& factory ) = 0 |
| Declare an abastract Converter factory to be used to create instances of a given Converter type. | |
| virtual bool | existsConverter ( const unsigned char repSvctype, const CLID& objtype ) const = 0 |
| Check the existance of an Converter with a given name in the list of known Converters. | |
| virtual const ICnvFactory* | factory ( const unsigned char repSvctype, const CLID& objtype ) const = 0 |
| Get an existing converter factory. | |
| virtual CnvIterator | cnvBegin () = 0 |
| Allow to iterate through all entries of the Converter manager Start of iteration. | |
| virtual CnvIterator | cnvEnd () = 0 |
| End of iteration. | |
Static Public Methods | |
| const InterfaceID& | interfaceID () |
| Retrieve interface ID. More... | |
Clients use this interface to declare abstract Converter factories, and to create concrete instances of Converters. There are currently 2 methods for the declaration: an abstract factory (factory) or a shareable library (module).
Definition at line 30 of file ICnvManager.h.
|
|
Definition of iterator type.
Definition at line 37 of file ICnvManager.h. |
|
|
Definition at line 35 of file ICnvManager.h. |
|
|
Allow to iterate through all entries of the Converter manager Start of iteration.
|
|
|
End of iteration.
|
|
|
Declare an abastract Converter factory to be used to create instances of a given Converter type.
|
|
|
Check the existance of an Converter with a given name in the list of known Converters.
|
|
|
Get an existing converter factory.
Referenced by ConversionSvc::findCnvFactory(). |
|
|
Retrieve interface ID.
Reimplemented from IInterface. Definition at line 33 of file ICnvManager.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000