|  | 
|  | DeclareInterfaceID (IAddressCreator, 3, 0) | 
|  | InterfaceID.  More... 
 | 
|  | 
| 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.  More... 
 | 
|  | 
| virtual StatusCode | convertAddress (const IOpaqueAddress *pAddress, std::string &refAddress)=0 | 
|  | Convert an address to string form.  More... 
 | 
|  | 
| 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.  More... 
 | 
|  | 
| virtual void * | i_cast (const InterfaceID &) const =0 | 
|  | main cast function  More... 
 | 
|  | 
| virtual std::vector< std::string > | getInterfaceNames () const =0 | 
|  | Returns a vector of strings containing the names of all the implemented interfaces.  More... 
 | 
|  | 
| virtual unsigned long | addRef ()=0 | 
|  | Increment the reference count of Interface instance.  More... 
 | 
|  | 
| virtual unsigned long | release ()=0 | 
|  | Release Interface instance.  More... 
 | 
|  | 
| virtual unsigned long | refCount () const =0 | 
|  | Current reference count.  More... 
 | 
|  | 
| virtual StatusCode | queryInterface (const InterfaceID &ti, void **pp)=0 | 
|  | Set the void** to the pointer to the requested interface of the instance.  More... 
 | 
|  | 
| virtual | ~IInterface ()=default | 
|  | Virtual destructor.  More... 
 | 
|  | 
IAddressCreator interface definition. The address creator allows to: 
- 
Create persistent address representations for a given conversion service using this service itself. The aim is to allow address creation without coupling directly to the service. 
- Author
- Markus Frank 
- Version
- 1.0 
Definition at line 38 of file IAddressCreator.h.