class Mapper_OpenSession_Result
Defined at line 2799 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 Mapper_OpenSession_Result ()
bool is_err ()
Defined at line 2845 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 2847 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 2852 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 2858 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 2860 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 2865 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
::fuchsia::storage::block::Mapper_OpenSession_Result::Tag Which ()
Defined at line 2871 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 2879 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
void Mapper_OpenSession_Result (fpromise::ok_result<void> && result)
Defined at line 2884 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
void Mapper_OpenSession_Result (fpromise::error_result<int32_t> && result)
Defined at line 2887 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
void Mapper_OpenSession_Result (fpromise::result<void, int32_t> && result)
Defined at line 2890 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 2898 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
void ~Mapper_OpenSession_Result ()
void Mapper_OpenSession_Result (Mapper_OpenSession_Result && )
Mapper_OpenSession_Result & operator= (Mapper_OpenSession_Result && )
Mapper_OpenSession_Result WithResponse (::fuchsia::storage::block::Mapper_OpenSession_Response && )
Mapper_OpenSession_Result WithErr (int32_t && )
Mapper_OpenSession_Result WithFrameworkErr (::fidl::FrameworkErr && )
::std::unique_ptr<Mapper_OpenSession_Result> New ()
void Encode (::fidl::Encoder *encoder,size_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,Mapper_OpenSession_Result *value,size_toffset)
zx_status_t Clone (Mapper_OpenSession_Result * result)
bool has_invalid_tag ()
Defined at line 2828 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 2832 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
::fuchsia::storage::block::Mapper_OpenSession_Response & response ()
Defined at line 2834 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
const ::fuchsia::storage::block::Mapper_OpenSession_Response & response ()
Defined at line 2839 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
Mapper_OpenSession_Result & set_response (::fuchsia::storage::block::Mapper_OpenSession_Response value)
Mapper_OpenSession_Result & set_err (int32_t value)
Mapper_OpenSession_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 2813 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
Friends
class Equality