class StorageAdmin_ListStorageInRealm_Result

Defined at line 7057 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void StorageAdmin_ListStorageInRealm_Result ()
::fuchsia::sys2::StorageAdmin_ListStorageInRealm_Response & response ()

Defined at line 7090 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

const ::fuchsia::sys2::StorageAdmin_ListStorageInRealm_Response & response ()

Defined at line 7095 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

bool is_err ()

Defined at line 7101 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

::fuchsia::component::Error & err ()

Defined at line 7103 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

const ::fuchsia::component::Error & err ()

Defined at line 7108 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

::fuchsia::sys2::StorageAdmin_ListStorageInRealm_Result::Tag Which ()

Defined at line 7114 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/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 7122 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void StorageAdmin_ListStorageInRealm_Result (fpromise::ok_result<void> && result)

Defined at line 7127 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void StorageAdmin_ListStorageInRealm_Result (fpromise::error_result< ::fuchsia::component::Error> && result)

Defined at line 7130 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void StorageAdmin_ListStorageInRealm_Result (fpromise::result<void, ::fuchsia::component::Error> && result)

Defined at line 7133 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

fpromise::result<void, ::fuchsia::component::Error> operator result ()

Defined at line 7141 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void ~StorageAdmin_ListStorageInRealm_Result ()
void StorageAdmin_ListStorageInRealm_Result (StorageAdmin_ListStorageInRealm_Result && )
StorageAdmin_ListStorageInRealm_Result & operator= (StorageAdmin_ListStorageInRealm_Result && )
StorageAdmin_ListStorageInRealm_Result WithResponse (::fuchsia::sys2::StorageAdmin_ListStorageInRealm_Response && )
StorageAdmin_ListStorageInRealm_Result WithErr (::fuchsia::component::Error && )
::std::unique_ptr<StorageAdmin_ListStorageInRealm_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, StorageAdmin_ListStorageInRealm_Result * value, size_t offset)
zx_status_t Clone (StorageAdmin_ListStorageInRealm_Result * result)
bool has_invalid_tag ()

Defined at line 7084 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

bool is_response ()

Defined at line 7088 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

StorageAdmin_ListStorageInRealm_Result & set_response (::fuchsia::sys2::StorageAdmin_ListStorageInRealm_Response value)
StorageAdmin_ListStorageInRealm_Result & set_err (::fuchsia::component::Error value)

Enumerations

enum Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

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

Defined at line 7070 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

Friends

class Equality