class BatchIteratorGetNextResult
Defined at line 2743 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h
Public Methods
void BatchIteratorGetNextResult ()
void ~BatchIteratorGetNextResult ()
void BatchIteratorGetNextResult (BatchIteratorGetNextResult && other)
BatchIteratorGetNextResult & operator= (BatchIteratorGetNextResult && other)
bool has_invalid_tag ()
bool is_response ()
BatchIteratorGetNextResult WithResponse (::fidl::ObjectView< ::fuchsia_diagnostics::wire::BatchIteratorGetNextResponse> val)
template <typename... Args>
BatchIteratorGetNextResult WithResponse (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 2766 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h
::fuchsia_diagnostics::wire::BatchIteratorGetNextResponse & response ()
const ::fuchsia_diagnostics::wire::BatchIteratorGetNextResponse & response ()
bool is_err ()
BatchIteratorGetNextResult WithErr (::fuchsia_diagnostics::wire::ReaderError val)
::fuchsia_diagnostics::wire::ReaderError & err ()
const ::fuchsia_diagnostics::wire::ReaderError & err ()
bool is_framework_err ()
BatchIteratorGetNextResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
::fidl::internal::FrameworkErr & framework_err ()
const ::fidl::internal::FrameworkErr & framework_err ()
::fuchsia_diagnostics::wire::BatchIteratorGetNextResult::Tag Which ()
void _CloseHandles ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| kFrameworkErr | 3 |
Defined at line 2753 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h