Ice 3.7 C++11 API Reference
Loading...
Searching...
No Matches
Ice::ACM Struct Reference

A collection of Active Connection Management configuration settings. More...

#include <Ice/Ice.h>

Public Member Functions

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

Public Attributes

::Ice::ACMClose close
 The close semantics.
::Ice::ACMHeartbeat heartbeat
 The heartbeat semantics.
int timeout
 A timeout value in seconds.

Detailed Description

A collection of Active Connection Management configuration settings.

Member Function Documentation

◆ ice_tuple()

std::tuple< const int &, const ::Ice::ACMClose &, const ::Ice::ACMHeartbeat & > Ice::ACM::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

◆ close

::Ice::ACMClose Ice::ACM::close

The close semantics.

◆ heartbeat

::Ice::ACMHeartbeat Ice::ACM::heartbeat

The heartbeat semantics.

◆ timeout

int Ice::ACM::timeout

A timeout value in seconds.


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