|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |
#include <GaudiKernel/IAddressCreator.h>


Public Member Functions | |
| DeclareInterfaceID (IAddressCreator, 3, 0) | |
| InterfaceID. | |
| virtual StatusCode | createAddress (long svc_type, const CLID &clid, const std::string *par, const unsigned long *ipar, IOpaqueAddress *&refpAddress)=0 |
| Create a Generic address using explicit arguments to identify a single object. | |
| virtual StatusCode | convertAddress (const IOpaqueAddress *pAddress, std::string &refAddress)=0 |
| Convert an address to string form. | |
| virtual StatusCode | createAddress (long svc_type, const CLID &clid, const std::string &refAddress, IOpaqueAddress *&refpAddress)=0 |
| Creates an address in string form to object form. | |
The address creator allows to:
Definition at line 29 of file IAddressCreator.h.
| IAddressCreator::DeclareInterfaceID | ( | IAddressCreator | , | |
| 3 | , | |||
| 0 | ||||
| ) |
| virtual StatusCode IAddressCreator::createAddress | ( | long | svc_type, | |
| const CLID & | clid, | |||
| const std::string * | par, | |||
| const unsigned long * | ipar, | |||
| IOpaqueAddress *& | refpAddress | |||
| ) | [pure virtual] |
Create a Generic address using explicit arguments to identify a single object.
| svc_type | Technology identifier encapsulated in this address. | |
| clid | Class identifier of the DataObject represented by the opaque address | |
| par | Array of strings needed to construct the opaque address. | |
| ipar | Array of integers needed to construct the opaque address. | |
| refpAddress | Reference to pointer to the address where the created Address should be stored. |
| virtual StatusCode IAddressCreator::convertAddress | ( | const IOpaqueAddress * | pAddress, | |
| std::string & | refAddress | |||
| ) | [pure virtual] |
Convert an address to string form.
| pAddress | Input address. | |
| refAddress | Output address in string form. |
| virtual StatusCode IAddressCreator::createAddress | ( | long | svc_type, | |
| const CLID & | clid, | |||
| const std::string & | refAddress, | |||
| IOpaqueAddress *& | refpAddress | |||
| ) | [pure virtual] |
Creates an address in string form to object form.
| svc_type | Technology identifier encapsulated in this address. | |
| clid | Class identifier of the DataObject represented by the opaque address | |
| address | Input address. | |
| refpAddress | Output address in string form. |