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

Information about an IceGrid registry replica. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

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

Public Attributes

::std::string hostname
 The network name of the host running this registry (as defined in uname()). More...
 
::std::string name
 The name of the registry. More...
 

Detailed Description

Information about an IceGrid registry replica.

Member Function Documentation

◆ ice_tuple()

std::tuple<const ::std::string&, const ::std::string&> IceGrid::RegistryInfo::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

◆ hostname

::std::string IceGrid::RegistryInfo::hostname

The network name of the host running this registry (as defined in uname()).

◆ name

::std::string IceGrid::RegistryInfo::name

The name of the registry.


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