class MetricEventLoggerLogOccurrenceResult

Defined at line 623 of file fidling/gen/sdk/fidl/fuchsia.metrics/fuchsia.metrics/cpp/fidl/fuchsia.metrics/cpp/natural_types.h

Public Methods

void MetricEventLoggerLogOccurrenceResult (MetricEventLoggerLogOccurrenceResult && other)
MetricEventLoggerLogOccurrenceResult & operator= (MetricEventLoggerLogOccurrenceResult && other)
void MetricEventLoggerLogOccurrenceResult (const MetricEventLoggerLogOccurrenceResult & other)
MetricEventLoggerLogOccurrenceResult & operator= (const MetricEventLoggerLogOccurrenceResult & other)
bool operator== (const MetricEventLoggerLogOccurrenceResult & other)
bool operator!= (const MetricEventLoggerLogOccurrenceResult & other)
::fuchsia_metrics::MetricEventLoggerLogOccurrenceResult::Tag Which ()
MetricEventLoggerLogOccurrenceResult WithResponse (::fuchsia_metrics::MetricEventLoggerLogOccurrenceResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
MetricEventLoggerLogOccurrenceResult & response (::fuchsia_metrics::MetricEventLoggerLogOccurrenceResponse value)

Sets the union to hold the response member.

MetricEventLoggerLogOccurrenceResult WithErr (::fuchsia_metrics::Error val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
MetricEventLoggerLogOccurrenceResult & err (::fuchsia_metrics::Error value)

Sets the union to hold the err member.

void MetricEventLoggerLogOccurrenceResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 631 of file fidling/gen/sdk/fidl/fuchsia.metrics/fuchsia.metrics/cpp/fidl/fuchsia.metrics/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits