Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
Ice::Router::GetClientProxyResult Struct Reference

Encapsulates the results of a call to getClientProxy. More...

#include <Router.h>

Collaboration diagram for Ice::Router::GetClientProxyResult:

Public Attributes

Ice::optional< bool > hasRoutingTable
 Indicates whether or not the router supports a routing table.
::std::shared_ptr< ObjectPrxreturnValue
 The router's client proxy.

Detailed Description

Encapsulates the results of a call to getClientProxy.

Member Data Documentation

◆ hasRoutingTable

Ice::optional<bool> Ice::Router::GetClientProxyResult::hasRoutingTable

Indicates whether or not the router supports a routing table.

◆ returnValue

::std::shared_ptr<ObjectPrx> Ice::Router::GetClientProxyResult::returnValue

The router's client proxy.


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