|
Ice 3.7 C++98 API Reference
|
Property descriptor. More...
#include <IceGrid/IceGrid.h>
Public Member Functions | |
| bool | operator!= (const PropertyDescriptor &rhs_) const |
| bool | operator< (const PropertyDescriptor &rhs_) const |
| bool | operator<= (const PropertyDescriptor &rhs_) const |
| bool | operator== (const PropertyDescriptor &rhs_) const |
| bool | operator> (const PropertyDescriptor &rhs_) const |
| bool | operator>= (const PropertyDescriptor &rhs_) const |
Public Attributes | |
| ::std::string | name |
| The name of the property. | |
| ::std::string | value |
| The value of the property. | |
Property descriptor.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| ::std::string IceGrid::PropertyDescriptor::name |
The name of the property.
| ::std::string IceGrid::PropertyDescriptor::value |
The value of the property.