Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Ice::EncodingVersion Struct Reference

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.

Detailed Description

Represents a version of the Slice encoding.

Ice supports version 1.0 and 1.1 of this encoding.

Remarks
The Slice encoding is also known as the Ice encoding.

Definition at line 64 of file Version.h.


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