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

A property set descriptor. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

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

Public Attributes

::IceGrid::PropertyDescriptorSeq properties
 The property set properties. More...
 
::Ice::StringSeq references
 References to named property sets. More...
 

Detailed Description

A property set descriptor.

Member Function Documentation

◆ ice_tuple()

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

◆ properties

::IceGrid::PropertyDescriptorSeq IceGrid::PropertySetDescriptor::properties

The property set properties.

◆ references

::Ice::StringSeq IceGrid::PropertySetDescriptor::references

References to named property sets.


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