Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
IceGrid::PropertyDescriptor Struct Reference

Property descriptor. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

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

Public Attributes

::std::string name
 The name of the property.
::std::string value
 The value of the property.

Detailed Description

Property descriptor.

Member Function Documentation

◆ ice_tuple()

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

◆ name

::std::string IceGrid::PropertyDescriptor::name

The name of the property.

◆ value

::std::string IceGrid::PropertyDescriptor::value

The value of the property.


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