|
Ice 3.7 C++98 API 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 |
A version structure for the protocol version.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| ::Ice::Byte Ice::ProtocolVersion::major |
| ::Ice::Byte Ice::ProtocolVersion::minor |