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

A distribution descriptor defines an IcePatch2 server and the directories to retrieve from the patch server. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

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

Public Attributes

::Ice::StringSeq directories
 The source directories. More...
 
::std::string icepatch
 The proxy of the IcePatch2 server. More...
 

Detailed Description

A distribution descriptor defines an IcePatch2 server and the directories to retrieve from the patch server.

Member Function Documentation

◆ ice_tuple()

std::tuple<const ::std::string&, const ::Ice::StringSeq&> IceGrid::DistributionDescriptor::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

◆ directories

::Ice::StringSeq IceGrid::DistributionDescriptor::directories

The source directories.

◆ icepatch

::std::string IceGrid::DistributionDescriptor::icepatch

The proxy of the IcePatch2 server.


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