Struct MetricOption::Value

Nested Relationships

This struct is a nested type of Struct MetricOption.

Struct Documentation

struct Value

Public Types

enum class Type

Types of metric option Values.

Values:

enumerator kRangeUint32
enumerator kRangeUint64
enumerator kUint32
enumerator kUint64
enumerator kCount

Number of possible Value types.

enumerator kInvalid

Invalid Value type.

Public Members

Type type

Type of data provided in the Value.

uint32_t min
uint32_t max
struct gpa::metrics::MetricOption::Value::[anonymous]::[anonymous] rangeUint32
uint64_t min
uint64_t max
struct gpa::metrics::MetricOption::Value::[anonymous]::[anonymous] rangeUint64
uint32_t uint32
uint64_t uint64
union gpa::metrics::MetricOption::Value::[anonymous] data

The actual Value data.