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

An Ice object descriptor. More...

#include <IceGrid/IceGrid.h>

Collaboration diagram for IceGrid::ObjectDescriptor:

Public Member Functions

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

Public Attributes

::Ice::Identity id
 The identity of the object.
::std::string proxyOptions
 Proxy options to use with the proxy created for this Ice object.
::std::string type
 The object type.

Detailed Description

An Ice object descriptor.

Member Function Documentation

◆ operator!=()

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

◆ operator<()

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

◆ operator<=()

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

◆ operator==()

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

◆ operator>()

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

◆ operator>=()

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

Member Data Documentation

◆ id

::Ice::Identity IceGrid::ObjectDescriptor::id

The identity of the object.

◆ proxyOptions

::std::string IceGrid::ObjectDescriptor::proxyOptions

Proxy options to use with the proxy created for this Ice object.

If empty, the proxy will be created with the proxy options specified on the object adapter or replica group.

◆ type

::std::string IceGrid::ObjectDescriptor::type

The object type.


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