Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
IceGrid::PropertySetDescriptor Struct Reference

A property set descriptor. More...

#include <IceGrid/IceGrid.h>

Public Member Functions

bool operator!= (const PropertySetDescriptor &rhs_) const
bool operator< (const PropertySetDescriptor &rhs_) const
bool operator<= (const PropertySetDescriptor &rhs_) const
bool operator== (const PropertySetDescriptor &rhs_) const
bool operator> (const PropertySetDescriptor &rhs_) const
bool operator>= (const PropertySetDescriptor &rhs_) const

Public Attributes

::IceGrid::PropertyDescriptorSeq properties
 The property set properties.
::Ice::StringSeq references
 References to named property sets.

Detailed Description

A property set descriptor.

Member Function Documentation

◆ operator!=()

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

◆ operator<()

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

◆ operator<=()

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

◆ operator==()

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

◆ operator>()

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

◆ operator>=()

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

Member Data Documentation

◆ properties

::IceGrid::PropertyDescriptorSeq IceGrid::PropertySetDescriptor::properties

The property set properties.

◆ references

::Ice::StringSeq IceGrid::PropertySetDescriptor::references

References to named property sets.


The documentation for this struct was generated from the following file: