class MetricEventLoggerLogMetricEventsResult
Defined at line 1181 of file fidling/gen/sdk/fidl/fuchsia.metrics/fuchsia.metrics/cpp/fidl/fuchsia.metrics/cpp/natural_types.h
Public Methods
void MetricEventLoggerLogMetricEventsResult (MetricEventLoggerLogMetricEventsResult && other)
MetricEventLoggerLogMetricEventsResult & operator= (MetricEventLoggerLogMetricEventsResult && other)
void MetricEventLoggerLogMetricEventsResult (const MetricEventLoggerLogMetricEventsResult & other)
MetricEventLoggerLogMetricEventsResult & operator= (const MetricEventLoggerLogMetricEventsResult & other)
bool operator== (const MetricEventLoggerLogMetricEventsResult & other)
bool operator!= (const MetricEventLoggerLogMetricEventsResult & other)
::fuchsia_metrics::MetricEventLoggerLogMetricEventsResult::Tag Which ()
MetricEventLoggerLogMetricEventsResult WithResponse (::fuchsia_metrics::MetricEventLoggerLogMetricEventsResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
MetricEventLoggerLogMetricEventsResult & response (::fuchsia_metrics::MetricEventLoggerLogMetricEventsResponse value)
Sets the union to hold the response member.
MetricEventLoggerLogMetricEventsResult WithErr (::fuchsia_metrics::Error val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
MetricEventLoggerLogMetricEventsResult & err (::fuchsia_metrics::Error value)
Sets the union to hold the err member.
void MetricEventLoggerLogMetricEventsResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 1189 of file fidling/gen/sdk/fidl/fuchsia.metrics/fuchsia.metrics/cpp/fidl/fuchsia.metrics/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits