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

A structure to keep track of failures associated with a given metrics. More...

#include <Ice/Ice.h>

Public Member Functions

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

Public Attributes

::IceMX::StringIntDict failures
 The failures observed for this metrics. More...
 
::std::string id
 The identifier of the metrics object associated to the failures. More...
 

Detailed Description

A structure to keep track of failures associated with a given metrics.

Member Function Documentation

◆ ice_tuple()

std::tuple<const ::std::string&, const ::IceMX::StringIntDict&> IceMX::MetricsFailures::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

◆ failures

::IceMX::StringIntDict IceMX::MetricsFailures::failures

The failures observed for this metrics.

◆ id

::std::string IceMX::MetricsFailures::id

The identifier of the metrics object associated to the failures.


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