class SampleCommitResult

Defined at line 1239 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

SampleCommitResult WithErr (::fuchsia_diagnostics::ConfigurationError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
SampleCommitResult & err (::fuchsia_diagnostics::ConfigurationError value)

Sets the union to hold the err member.

SampleCommitResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
SampleCommitResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void SampleCommitResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 1250 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits