|
Ice 3.7 C++11 API 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. | |
Property descriptor.
|
inline |
Obtains a tuple containing all of the struct's data members.
| ::std::string IceGrid::PropertyDescriptor::name |
The name of the property.
| ::std::string IceGrid::PropertyDescriptor::value |
The value of the property.