ProtocolVersion.h
Go to the documentation of this file.
34 ProtocolVersion(ProtocolType which, unsigned int aMajor, unsigned int aMinor) : protocol(which) {
60 return (((this->protocol != that.protocol) || this->major != that.major) || (this->minor != that.minor));
Definition: ProtocolVersion.h:24
bool operator!=(const ProtocolVersion &that) const
Definition: ProtocolVersion.h:59
bool operator>=(const ProtocolVersion &that) const
Definition: ProtocolVersion.h:86
bool operator<(const ProtocolVersion &that) const
Definition: ProtocolVersion.h:63
bool operator>(const ProtocolVersion &that) const
Definition: ProtocolVersion.h:71
bool operator==(const ProtocolVersion &that) const
Definition: ProtocolVersion.h:46
bool operator<=(const ProtocolVersion &that) const
Definition: ProtocolVersion.h:79
ProtocolVersion(ProtocolType which, unsigned int aMajor, unsigned int aMinor)
Definition: ProtocolVersion.h:34
Definition: forward.h:15
const char * ProtocolType_str[]
std::ostream & operator<<(std::ostream &os, ProtocolType const &p)
Definition: ProtocolType.h:52