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

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.

Detailed Description

Represents a version of the Ice protocol.

The only version implemented and supported by Ice is version 1.0.

Remarks
The Slice compiler generated this struct from Slice struct Ice::ProtocolVersion.

Definition at line 36 of file Version.h.


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