Ice 3.7 C++11 API Reference
Public Member Functions | List of all members
Ice::Endpoint Class Referenceabstract

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

#include <Ice/Ice.h>

Public Member Functions

virtual ::std::shared_ptr<::Ice::EndpointInfogetInfo () const noexcept=0
 Returns the endpoint information. More...
 
virtual bool operator< (const Endpoint &) const =0
 
virtual bool operator== (const Endpoint &) const =0
 
virtual ::std::string toString () const noexcept=0
 Return a string representation of the endpoint. More...
 
virtual ~Endpoint ()
 

Detailed Description

The user-level interface to an endpoint.

Constructor & Destructor Documentation

◆ ~Endpoint()

virtual Ice::Endpoint::~Endpoint ( )
virtual

Member Function Documentation

◆ getInfo()

virtual ::std::shared_ptr<::Ice::EndpointInfo> Ice::Endpoint::getInfo ( ) const
pure virtualnoexcept

Returns the endpoint information.

Returns
The endpoint information class.

◆ operator<()

virtual bool Ice::Endpoint::operator< ( const Endpoint ) const
pure virtual

◆ operator==()

virtual bool Ice::Endpoint::operator== ( const Endpoint ) const
pure virtual

◆ toString()

virtual ::std::string Ice::Endpoint::toString ( ) const
pure virtualnoexcept

Return a string representation of the endpoint.

Returns
The string representation of the endpoint.

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