Ice 3.7 Slice API Reference
Operations | List of all members
Ice::Endpoint Local Interface Reference

The user-level interface to an endpoint. More...

defined in <Ice/Endpoint.ice>

["cpp:comparable","js:comparable","swift:inherits:Swift.CustomStringConvertible"]
local interface Endpoint { ... }

Operations

EndpointInfo getInfo ()
 Returns the endpoint information. More...
 
string toString ()
 Return a string representation of the endpoint. More...
 

Detailed Description

The user-level interface to an endpoint.

Operation Documentation

◆ getInfo()

["cpp:const","cpp:noexcept","swift:noexcept"]
EndpointInfo getInfo ( )

Returns the endpoint information.

Returns
The endpoint information class.

◆ toString()

["cpp:const","cpp:noexcept","swift:noexcept"]
string toString ( )

Return a string representation of the endpoint.

Returns
The string representation of the endpoint.

The documentation for this interface was generated from the following file: