Ice 3.7 C++98 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

bool operator!= (const ACM &rhs_) const
bool operator< (const ACM &rhs_) const
bool operator<= (const ACM &rhs_) const
bool operator== (const ACM &rhs_) const
bool operator> (const ACM &rhs_) const
bool operator>= (const ACM &rhs_) const

Public Attributes

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

Detailed Description

A collection of Active Connection Management configuration settings.

Member Function Documentation

◆ operator!=()

bool Ice::ACM::operator!= ( const ACM & rhs_) const
inline

◆ operator<()

bool Ice::ACM::operator< ( const ACM & rhs_) const
inline

◆ operator<=()

bool Ice::ACM::operator<= ( const ACM & rhs_) const
inline

◆ operator==()

bool Ice::ACM::operator== ( const ACM & rhs_) const
inline

◆ operator>()

bool Ice::ACM::operator> ( const ACM & rhs_) const
inline

◆ operator>=()

bool Ice::ACM::operator>= ( const ACM & rhs_) const
inline

Member Data Documentation

◆ close

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

The close semantics.

◆ heartbeat

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

The heartbeat semantics.

◆ timeout

::Ice::Int Ice::ACM::timeout

A timeout value in seconds.


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