Dynamic information about the state of an adapter. 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 > & > | 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::ObjectPrx > | proxy |
The direct proxy containing the adapter endpoints. This proxy is never null. |