class BatchIteratorGetNextResult

Defined at line 2806 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 2829 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 class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

kFrameworkErr 3

0x3

Defined at line 2816 of file fidling/gen/sdk/fidl/fuchsia.diagnostics/fuchsia.diagnostics/cpp/fidl/fuchsia.diagnostics/cpp/wire_types.h