Represents a version of the Ice protocol. More...
#include <Ice/Ice.h>
Public Member Functions | |
void | ice_printFields (std::ostream &os) const |
Outputs the name and value of each field of this instance to the stream. | |
std::tuple< const std::uint8_t &, const std::uint8_t & > | ice_tuple () const |
Creates a tuple with all the fields of this struct. |
Public Attributes | |
std::uint8_t | major |
The major version of the Ice protocol. | |
std::uint8_t | minor |
The minor version of the Ice protocol. |
Represents a version of the Ice protocol.
The only version implemented and supported by Ice is version 1.0.