Represents a version of the Slice encoding. 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 Slice encoding. | |
std::uint8_t | minor |
The minor version of the Slice encoding. |
Represents a version of the Slice encoding.
Ice supports version 1.0 and 1.1 of this encoding.