Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
IceGrid::PropertyDescriptor Struct 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.

Detailed Description

Property descriptor.

Member Function Documentation

◆ operator!=()

bool IceGrid::PropertyDescriptor::operator!= ( const PropertyDescriptor & rhs_) const
inline

◆ operator<()

bool IceGrid::PropertyDescriptor::operator< ( const PropertyDescriptor & rhs_) const
inline

◆ operator<=()

bool IceGrid::PropertyDescriptor::operator<= ( const PropertyDescriptor & rhs_) const
inline

◆ operator==()

bool IceGrid::PropertyDescriptor::operator== ( const PropertyDescriptor & rhs_) const
inline

◆ operator>()

bool IceGrid::PropertyDescriptor::operator> ( const PropertyDescriptor & rhs_) const
inline

◆ operator>=()

bool IceGrid::PropertyDescriptor::operator>= ( const PropertyDescriptor & rhs_) const
inline

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: