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

A version structure for the protocol version. More...

#include <Ice/Ice.h>

Public Member Functions

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

Public Attributes

::Ice::Byte major
::Ice::Byte minor

Detailed Description

A version structure for the protocol version.

Member Function Documentation

◆ operator!=()

bool Ice::ProtocolVersion::operator!= ( const ProtocolVersion & rhs_) const
inline

◆ operator<()

bool Ice::ProtocolVersion::operator< ( const ProtocolVersion & rhs_) const
inline

◆ operator<=()

bool Ice::ProtocolVersion::operator<= ( const ProtocolVersion & rhs_) const
inline

◆ operator==()

bool Ice::ProtocolVersion::operator== ( const ProtocolVersion & rhs_) const
inline

◆ operator>()

bool Ice::ProtocolVersion::operator> ( const ProtocolVersion & rhs_) const
inline

◆ operator>=()

bool Ice::ProtocolVersion::operator>= ( const ProtocolVersion & rhs_) const
inline

Member Data Documentation

◆ major

::Ice::Byte Ice::ProtocolVersion::major

◆ minor

::Ice::Byte Ice::ProtocolVersion::minor

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