Ice 3.7 C++11 API Reference
Public Attributes | List of all members
Ice::Router::GetClientProxyResult Struct Reference

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

#include <Router.h>

Collaboration diagram for Ice::Router::GetClientProxyResult:
Collaboration graph
[legend]

Public Attributes

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

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: