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