|
| | RootConverter (long typ, const CLID &clid, ISvcLocator *svc, RootCnvSvc *mgr) |
| | Initializing Constructor.
|
| |
| long | repSvcType () const override |
| | Retrieve the class type of the data store the converter uses.
|
| |
| StatusCode | createObj (IOpaqueAddress *pAddr, DataObject *&refpObj) override |
| | Converter overrides: Create transient object from persistent data.
|
| |
| StatusCode | fillObjRefs (IOpaqueAddress *pAddr, DataObject *pObj) override |
| | Resolve the references of the created transient object.
|
| |
| StatusCode | createRep (DataObject *pObj, IOpaqueAddress *&refpAddr) override |
| | Converter overrides: Convert the transient object to the requested representation.
|
| |
| StatusCode | fillRepRefs (IOpaqueAddress *pAddr, DataObject *pObj) override |
| | Resolve the references of the created transient object.
|
| |
| StatusCode | initialize () override |
| | Initialize the converter.
|
| |
| StatusCode | finalize () override |
| | Initialize the converter.
|
| |
| StatusCode | setDataProvider (IDataProviderSvc *svc) override |
| | Set Data provider service.
|
| |
| SmartIF< IDataProviderSvc > & | dataProvider () const override |
| | Get Data provider service.
|
| |
| StatusCode | setConversionSvc (IConversionSvc *svc) override |
| | Set conversion service the converter is connected to.
|
| |
| SmartIF< IConversionSvc > & | conversionSvc () const override |
| | Get conversion service the converter is connected to.
|
| |
| StatusCode | setAddressCreator (IAddressCreator *creator) override |
| | Set address creator facility.
|
| |
| SmartIF< IAddressCreator > & | addressCreator () const override |
| | Retrieve address creator facility.
|
| |
| const CLID & | objType () const override |
| | Retrieve the class type of objects the converter produces.
|
| |
| virtual long | i_repSvcType () const |
| | Retrieve the class type of the data store the converter uses.
|
| |
| StatusCode | createObj (IOpaqueAddress *pAddress, DataObject *&refpObject) override |
| | Create the transient representation of an object.
|
| |
| StatusCode | fillObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| | Resolve the references of the created transient object.
|
| |
| StatusCode | updateObj (IOpaqueAddress *pAddress, DataObject *refpObject) override |
| | Update the transient object from the other representation.
|
| |
| StatusCode | updateObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| | Update the references of an updated transient object.
|
| |
| StatusCode | createRep (DataObject *pObject, IOpaqueAddress *&refpAddress) override |
| | Convert the transient object to the requested representation.
|
| |
| StatusCode | fillRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| | Resolve the references of the converted object.
|
| |
| StatusCode | updateRep (IOpaqueAddress *pAddress, DataObject *pObject) override |
| | Update the converted representation of a transient object.
|
| |
| StatusCode | updateRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| | Update the references of an already converted object.
|
| |
| | Converter (long storage_type, const CLID &class_type, ISvcLocator *svc=0) |
| | Standard Constructor.
|
| |
| SmartIF< IService > | service (const std::string &name, const bool createIf=true) const |
| | Return a pointer to the service identified by name (or "type/name")
|
| |
| void const * | i_cast (const InterfaceID &tid) const override |
| | Implementation of IInterface::i_cast.
|
| |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| | Implementation of IInterface::queryInterface.
|
| |
| std::vector< std::string > | getInterfaceNames () const override |
| | Implementation of IInterface::getInterfaceNames.
|
| |
| | implements ()=default |
| | Default constructor.
|
| |
| | implements (const implements &) |
| | Copy constructor (zero the reference count)
|
| |
| implements & | operator= (const implements &) |
| | Assignment operator (do not touch the reference count).
|
| |
| unsigned long | addRef () const override |
| | Reference Interface instance.
|
| |
| unsigned long | release () const override |
| | Release Interface instance.
|
| |
| unsigned long | refCount () const override |
| | Current reference count.
|
| |
Description: Definition of the ROOT data converter.
The generic data converter provides the infrastructure of all data converters. All actions are delegated to the corresponding conversion service.
For a detailed description of the overridden function see the the base class.
- Author
- M.Frank
- Version
- 1.0
Definition at line 41 of file RootConverter.h.