Ice 3.7 C++11 API Reference
Public Member Functions | Public Attributes | List of all members
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. More...
 

Public Attributes

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

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: