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