class HistBucket

Defined at line 79 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h

Histogram bucket.

Public Methods

void HistBucket (Storage_ storage)
void HistBucket (uint16_t bucket_index, uint64_t num_samples)
void HistBucket ()

Default constructs a |HistBucket| only if all of its members are default constructible.

Defined at line 90 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h

void HistBucket (HistBucket && )

Defined at line 93 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h

void HistBucket (const HistBucket & other)
HistBucket & operator= (HistBucket && )

Defined at line 94 of file fidling/gen/sdk/fidl/fuchsia.wlan.stats/fuchsia.wlan.stats/cpp/fidl/fuchsia.wlan.stats/cpp/natural_types.h

HistBucket & operator= (const HistBucket & other)
bool operator== (const HistBucket & other)
bool operator!= (const HistBucket & other)
uint16_t bucket_index ()

Index into a lookup table for each histogram type. The lookup table for each type is

described below in the comments for each type.

uint16_t & bucket_index ()

Index into a lookup table for each histogram type. The lookup table for each type is

described below in the comments for each type.

HistBucket & bucket_index (uint16_t value)

Index into a lookup table for each histogram type. The lookup table for each type is

described below in the comments for each type.

uint64_t num_samples ()

The count of samples in the bucket.

uint64_t & num_samples ()

The count of samples in the bucket.

HistBucket & num_samples (uint64_t value)

The count of samples in the bucket.

void HistBucket (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits