Ice 3.7 C++11 API Reference
Public Member Functions | Public Attributes | List of all members
Ice::EncodingVersion Struct Reference

A version structure for the encoding version. More...

#include <Ice/Ice.h>

Public Member Functions

std::tuple< const ::Ice::Byte &, const ::Ice::Byte & > ice_tuple () const
 Obtains a tuple containing all of the struct's data members. More...
 

Public Attributes

::Ice::Byte major
 
::Ice::Byte minor
 

Detailed Description

A version structure for the encoding version.

Member Function Documentation

◆ ice_tuple()

std::tuple<const ::Ice::Byte&, const ::Ice::Byte&> Ice::EncodingVersion::ice_tuple ( ) const
inline

Obtains a tuple containing all of the struct's data members.

Returns
The data members in a tuple.

Member Data Documentation

◆ major

::Ice::Byte Ice::EncodingVersion::major

◆ minor

::Ice::Byte Ice::EncodingVersion::minor

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