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

Information about an Ice object. More...

#include <IceGrid/IceGrid.h>

Collaboration diagram for IceGrid::ObjectInfo:

Public Member Functions

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

Public Attributes

::Ice::ObjectPrx proxy
 The proxy of the object.
::std::string type
 The type of the object.

Detailed Description

Information about an Ice object.

Member Function Documentation

◆ operator!=()

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

◆ operator<()

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

◆ operator<=()

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

◆ operator==()

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

◆ operator>()

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

◆ operator>=()

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

Member Data Documentation

◆ proxy

::Ice::ObjectPrx IceGrid::ObjectInfo::proxy

The proxy of the object.

◆ type

::std::string IceGrid::ObjectInfo::type

The type of the object.


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