AWS IoT Device SDK C++ v2  1.32.6
AWS IoT Device SDK C++ v2
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Aws::Iotdevicedefenderv1::CustomMetricNumberList Class Reference
Inheritance diagram for Aws::Iotdevicedefenderv1::CustomMetricNumberList:
Aws::Iotdevicedefenderv1::CustomMetricBase

Public Member Functions

 CustomMetricNumberList (CustomMetricNumberListFunction inputFunction, Crt::Allocator *inputAllocator)
 
- Public Member Functions inherited from Aws::Iotdevicedefenderv1::CustomMetricBase
virtual ~CustomMetricBase ()
 

Static Public Member Functions

static int GetMetricFunction (aws_array_list *output, void *data)
 

Public Attributes

CustomMetricNumberListFunction m_metricFunction
 
- Public Attributes inherited from Aws::Iotdevicedefenderv1::CustomMetricBase
Crt::Allocatorm_allocator
 

Detailed Description

A base class used to store all custom number list metrics. Only used internally.

Constructor & Destructor Documentation

◆ CustomMetricNumberList()

Aws::Iotdevicedefenderv1::CustomMetricNumberList::CustomMetricNumberList ( CustomMetricNumberListFunction  inputFunction,
Crt::Allocator inputAllocator 
)

Member Function Documentation

◆ GetMetricFunction()

int Aws::Iotdevicedefenderv1::CustomMetricNumberList::GetMetricFunction ( aws_array_list *  output,
void *  data 
)
static

Member Data Documentation

◆ m_metricFunction

CustomMetricNumberListFunction Aws::Iotdevicedefenderv1::CustomMetricNumberList::m_metricFunction

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