Ice 3.7 C++11 API Reference
Public Member Functions | Public Attributes | List of all members
IceGrid::AdapterDynamicInfo Struct Reference

Dynamic information about the state of an adapter. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

std::tuple< const ::std::string &, const ::std::shared_ptr<::Ice::ObjectPrx > & > ice_tuple () const
 Obtains a tuple containing all of the struct's data members. More...
 

Public Attributes

::std::string id
 The id of the adapter. More...
 
::std::shared_ptr<::Ice::ObjectPrxproxy
 The direct proxy containing the adapter endpoints. More...
 

Detailed Description

Dynamic information about the state of an adapter.

Member Function Documentation

◆ ice_tuple()

std::tuple<const ::std::string&, const ::std::shared_ptr<::Ice::ObjectPrx>&> IceGrid::AdapterDynamicInfo::ice_tuple ( ) const
inline

Obtains a tuple containing all of the struct's data members.

Returns
The data members in a tuple.

Member Data Documentation

◆ id

::std::string IceGrid::AdapterDynamicInfo::id

The id of the adapter.

◆ proxy

::std::shared_ptr<::Ice::ObjectPrx> IceGrid::AdapterDynamicInfo::proxy

The direct proxy containing the adapter endpoints.


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