Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
IceGrid::AdapterInfo Struct Reference

Information about an adapter registered with the IceGrid registry. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

void ice_printFields (std::ostream &os) const
 Outputs the name and value of each field of this instance to the stream.
std::tuple< const std::string &, const std::optional< Ice::ObjectPrx > &, const std::string & > ice_tuple () const
 Creates a tuple with all the fields of this struct.

Public Attributes

std::string id
 The ID of the adapter.
std::optional< Ice::ObjectPrxproxy
 A dummy direct proxy that contains the adapter endpoints.
std::string replicaGroupId
 The replica group ID of the object adapter, or empty if the adapter doesn't belong to a replica group.

Detailed Description

Information about an adapter registered with the IceGrid registry.

Definition at line 2986 of file Admin.h.


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