Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
IceGrid::RegistryInfo Struct Reference

Information about an IceGrid registry replica. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

bool operator!= (const RegistryInfo &rhs_) const
bool operator< (const RegistryInfo &rhs_) const
bool operator<= (const RegistryInfo &rhs_) const
bool operator== (const RegistryInfo &rhs_) const
bool operator> (const RegistryInfo &rhs_) const
bool operator>= (const RegistryInfo &rhs_) const

Public Attributes

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

Detailed Description

Information about an IceGrid registry replica.

Member Function Documentation

◆ operator!=()

bool IceGrid::RegistryInfo::operator!= ( const RegistryInfo & rhs_) const
inline

◆ operator<()

bool IceGrid::RegistryInfo::operator< ( const RegistryInfo & rhs_) const
inline

◆ operator<=()

bool IceGrid::RegistryInfo::operator<= ( const RegistryInfo & rhs_) const
inline

◆ operator==()

bool IceGrid::RegistryInfo::operator== ( const RegistryInfo & rhs_) const
inline

◆ operator>()

bool IceGrid::RegistryInfo::operator> ( const RegistryInfo & rhs_) const
inline

◆ operator>=()

bool IceGrid::RegistryInfo::operator>= ( const RegistryInfo & rhs_) const
inline

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: