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

A replica group descriptor. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

std::tuple< const ::std::string &, const ::std::shared_ptr<::IceGrid::LoadBalancingPolicy > &, const ::std::string &, const ::IceGrid::ObjectDescriptorSeq &, 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 description
 The description of this replica group. More...
 
::std::string filter
 The filter to use for this replica group. More...
 
::std::string id
 The id of the replica group. More...
 
::std::shared_ptr<::IceGrid::LoadBalancingPolicyloadBalancing
 The load balancing policy. More...
 
::IceGrid::ObjectDescriptorSeq objects
 The object descriptors associated with this object adapter. More...
 
::std::string proxyOptions
 Default options for proxies created for the replica group. More...
 

Detailed Description

A replica group descriptor.

Member Function Documentation

◆ ice_tuple()

std::tuple<const ::std::string&, const ::std::shared_ptr<::IceGrid::LoadBalancingPolicy>&, const ::std::string&, const ::IceGrid::ObjectDescriptorSeq&, const ::std::string&, const ::std::string&> IceGrid::ReplicaGroupDescriptor::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

◆ description

::std::string IceGrid::ReplicaGroupDescriptor::description

The description of this replica group.

◆ filter

::std::string IceGrid::ReplicaGroupDescriptor::filter

The filter to use for this replica group.

◆ id

::std::string IceGrid::ReplicaGroupDescriptor::id

The id of the replica group.

◆ loadBalancing

::std::shared_ptr<::IceGrid::LoadBalancingPolicy> IceGrid::ReplicaGroupDescriptor::loadBalancing

The load balancing policy.

◆ objects

::IceGrid::ObjectDescriptorSeq IceGrid::ReplicaGroupDescriptor::objects

The object descriptors associated with this object adapter.

◆ proxyOptions

::std::string IceGrid::ReplicaGroupDescriptor::proxyOptions

Default options for proxies created for the replica group.


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