class PreviousBootDataProvider_WatchPreviousBootData_Result

Defined at line 390 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.persistence/fuchsia.diagnostics.persistence/hlcpp/fuchsia/diagnostics/persistence/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void PreviousBootDataProvider_WatchPreviousBootData_Result ()
bool is_response ()

Defined at line 421 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.persistence/fuchsia.diagnostics.persistence/hlcpp/fuchsia/diagnostics/persistence/cpp/fidl.h

::fuchsia::diagnostics::persistence::PreviousBootDataProvider_WatchPreviousBootData_Response & response ()

Defined at line 423 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.persistence/fuchsia.diagnostics.persistence/hlcpp/fuchsia/diagnostics/persistence/cpp/fidl.h

const ::fuchsia::diagnostics::persistence::PreviousBootDataProvider_WatchPreviousBootData_Response & response ()

Defined at line 428 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.persistence/fuchsia.diagnostics.persistence/hlcpp/fuchsia/diagnostics/persistence/cpp/fidl.h

bool is_framework_err ()

Defined at line 434 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.persistence/fuchsia.diagnostics.persistence/hlcpp/fuchsia/diagnostics/persistence/cpp/fidl.h

::fidl::FrameworkErr & framework_err ()

Defined at line 436 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.persistence/fuchsia.diagnostics.persistence/hlcpp/fuchsia/diagnostics/persistence/cpp/fidl.h

const ::fidl::FrameworkErr & framework_err ()

Defined at line 441 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.persistence/fuchsia.diagnostics.persistence/hlcpp/fuchsia/diagnostics/persistence/cpp/fidl.h

::fuchsia::diagnostics::persistence::PreviousBootDataProvider_WatchPreviousBootData_Result::Tag Which ()

Defined at line 447 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.persistence/fuchsia.diagnostics.persistence/hlcpp/fuchsia/diagnostics/persistence/cpp/fidl.h

fidl_xunion_tag_t Ordinal ()

You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need

access to the raw integral ordinal value.

Defined at line 453 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.persistence/fuchsia.diagnostics.persistence/hlcpp/fuchsia/diagnostics/persistence/cpp/fidl.h

void PreviousBootDataProvider_WatchPreviousBootData_Result (fpromise::ok_result< ::fuchsia::diagnostics::persistence::PreviousBootData> && result)

Defined at line 458 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.persistence/fuchsia.diagnostics.persistence/hlcpp/fuchsia/diagnostics/persistence/cpp/fidl.h

fpromise::result< ::fuchsia::diagnostics::persistence::PreviousBootData, ::fidl::FrameworkErr> operator result ()

Defined at line 461 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.persistence/fuchsia.diagnostics.persistence/hlcpp/fuchsia/diagnostics/persistence/cpp/fidl.h

void ~PreviousBootDataProvider_WatchPreviousBootData_Result ()
void PreviousBootDataProvider_WatchPreviousBootData_Result (PreviousBootDataProvider_WatchPreviousBootData_Result && )
PreviousBootDataProvider_WatchPreviousBootData_Result & operator= (PreviousBootDataProvider_WatchPreviousBootData_Result && )
PreviousBootDataProvider_WatchPreviousBootData_Result WithResponse (::fuchsia::diagnostics::persistence::PreviousBootDataProvider_WatchPreviousBootData_Response && )
PreviousBootDataProvider_WatchPreviousBootData_Result WithFrameworkErr (::fidl::FrameworkErr && )
::std::unique_ptr<PreviousBootDataProvider_WatchPreviousBootData_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, PreviousBootDataProvider_WatchPreviousBootData_Result * value, size_t offset)
zx_status_t Clone (PreviousBootDataProvider_WatchPreviousBootData_Result * result)
bool has_invalid_tag ()

Defined at line 417 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.persistence/fuchsia.diagnostics.persistence/hlcpp/fuchsia/diagnostics/persistence/cpp/fidl.h

PreviousBootDataProvider_WatchPreviousBootData_Result & set_response (::fuchsia::diagnostics::persistence::PreviousBootDataProvider_WatchPreviousBootData_Response value)
PreviousBootDataProvider_WatchPreviousBootData_Result & set_framework_err (::fidl::FrameworkErr value)

Enumerations

enum Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kFrameworkErr 3

0x3

Invalid ::std::numeric_limits<::fidl_union_tag_t>::max() --

Defined at line 403 of file fidling/gen/sdk/fidl/fuchsia.diagnostics.persistence/fuchsia.diagnostics.persistence/hlcpp/fuchsia/diagnostics/persistence/cpp/fidl.h

Friends

class Equality