Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
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.

Public Attributes

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

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: