Describes an Ice property. More...
#include <IceGrid/IceGrid.h>
Public Member Functions | |
| void | ice_printFields (std::ostream &os) const |
| Outputs the name and value of each field of this instance to the stream. | |
| std::tuple< const std::string &, const std::string & > | ice_tuple () const |
| Creates a tuple with all the fields of this struct. | |
Public Attributes | |
| std::string | name |
| The name of the property. | |
| std::string | value |
| The value of the property. | |
Describes an Ice property.
Definition at line 167 of file Descriptor.h.