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::CustomMetricStringList Class Reference
Inheritance diagram for Aws::Iotdevicedefenderv1::CustomMetricStringList:
Aws::Iotdevicedefenderv1::CustomMetricBase

Public Member Functions

 CustomMetricStringList (CustomMetricStringListFunction 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

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

Detailed Description

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

Constructor & Destructor Documentation

◆ CustomMetricStringList()

Aws::Iotdevicedefenderv1::CustomMetricStringList::CustomMetricStringList ( CustomMetricStringListFunction  inputFunction,
Crt::Allocator inputAllocator 
)

Member Function Documentation

◆ GetMetricFunction()

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

Member Data Documentation

◆ m_metricFunction

CustomMetricStringListFunction Aws::Iotdevicedefenderv1::CustomMetricStringList::m_metricFunction

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