class MapperSession_OpenChildSession_Result

Defined at line 3230 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void MapperSession_OpenChildSession_Result ()
bool is_err ()

Defined at line 3276 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

int32_t & err ()

Defined at line 3278 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

const int32_t & err ()

Defined at line 3283 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

bool is_framework_err ()

Defined at line 3289 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

::fidl::FrameworkErr & framework_err ()

Defined at line 3291 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

const ::fidl::FrameworkErr & framework_err ()

Defined at line 3296 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

::fuchsia::storage::block::MapperSession_OpenChildSession_Result::Tag Which ()

Defined at line 3302 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/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 3310 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

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

Defined at line 3315 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

void MapperSession_OpenChildSession_Result (fpromise::error_result<int32_t> && result)

Defined at line 3318 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

void MapperSession_OpenChildSession_Result (fpromise::result<void, int32_t> && result)

Defined at line 3321 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

fpromise::result<void, std::variant<int32_t, ::fidl::FrameworkErr>> operator result ()

Defined at line 3329 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

void ~MapperSession_OpenChildSession_Result ()
void MapperSession_OpenChildSession_Result (MapperSession_OpenChildSession_Result && )
MapperSession_OpenChildSession_Result & operator= (MapperSession_OpenChildSession_Result && )
MapperSession_OpenChildSession_Result WithResponse (::fuchsia::storage::block::MapperSession_OpenChildSession_Response && )
MapperSession_OpenChildSession_Result WithErr (int32_t && )
MapperSession_OpenChildSession_Result WithFrameworkErr (::fidl::FrameworkErr && )
::std::unique_ptr<MapperSession_OpenChildSession_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, MapperSession_OpenChildSession_Result * value, size_t offset)
zx_status_t Clone (MapperSession_OpenChildSession_Result * result)
bool has_invalid_tag ()

Defined at line 3259 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

bool is_response ()

Defined at line 3263 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

::fuchsia::storage::block::MapperSession_OpenChildSession_Response & response ()

Defined at line 3265 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

const ::fuchsia::storage::block::MapperSession_OpenChildSession_Response & response ()

Defined at line 3270 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

MapperSession_OpenChildSession_Result & set_response (::fuchsia::storage::block::MapperSession_OpenChildSession_Response value)
MapperSession_OpenChildSession_Result & set_err (int32_t value)
MapperSession_OpenChildSession_Result & set_framework_err (::fidl::FrameworkErr value)

Enumerations

enum Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

kFrameworkErr 3

0x3

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

Defined at line 3244 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h

Friends

class Equality