class InspectSinkFetchEscrowResult
Defined at line 488 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/cpp/fidl/fuchsia.inspect/cpp/natural_types.h
Public Methods
void InspectSinkFetchEscrowResult (InspectSinkFetchEscrowResult && other)
InspectSinkFetchEscrowResult & operator= (InspectSinkFetchEscrowResult && other)
::fuchsia_inspect::InspectSinkFetchEscrowResult::Tag Which ()
InspectSinkFetchEscrowResult WithResponse (::fuchsia_inspect::InspectSinkFetchEscrowResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
InspectSinkFetchEscrowResult & response (::fuchsia_inspect::InspectSinkFetchEscrowResponse value)
Sets the union to hold the response member.
InspectSinkFetchEscrowResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
InspectSinkFetchEscrowResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void InspectSinkFetchEscrowResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kFrameworkErr | 3 |
TODO: share union tag types between wire
&
natural.
Defined at line 496 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/cpp/fidl/fuchsia.inspect/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits