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

Information about an Ice object. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

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

Public Attributes

::std::shared_ptr<::Ice::ObjectPrxproxy
 The proxy of the object. More...
 
::std::string type
 The type of the object. More...
 

Detailed Description

Information about an Ice object.

Member Function Documentation

◆ ice_tuple()

std::tuple<const ::std::shared_ptr<::Ice::ObjectPrx>&, const ::std::string&> IceGrid::ObjectInfo::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

◆ proxy

::std::shared_ptr<::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: