class File_GetBackingMemory_Result
Defined at line 3197 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void File_GetBackingMemory_Result ()
void File_GetBackingMemory_Result (File_GetBackingMemory_Result && )
bool is_response ()
Defined at line 3228 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
File_GetBackingMemory_Result & operator= (File_GetBackingMemory_Result && )
File_GetBackingMemory_Result WithResponse (::fuchsia::io::File_GetBackingMemory_Response && )
File_GetBackingMemory_Result WithErr (int32_t && )
::std::unique_ptr<File_GetBackingMemory_Result> New ()
void Encode (::fidl::Encoder *encoder,size_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,File_GetBackingMemory_Result *value,size_toffset)
zx_status_t Clone (File_GetBackingMemory_Result * result)
bool has_invalid_tag ()
Defined at line 3224 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
::fuchsia::io::File_GetBackingMemory_Response & response ()
Defined at line 3230 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
const ::fuchsia::io::File_GetBackingMemory_Response & response ()
Defined at line 3235 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool is_err ()
Defined at line 3241 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
int32_t & err ()
Defined at line 3243 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
const int32_t & err ()
Defined at line 3248 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
::fuchsia::io::File_GetBackingMemory_Result::Tag Which ()
Defined at line 3254 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/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 3262 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void File_GetBackingMemory_Result (fpromise::ok_result< ::zx::vmo> && result)
Defined at line 3267 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void File_GetBackingMemory_Result (fpromise::error_result<int32_t> && result)
Defined at line 3270 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void File_GetBackingMemory_Result (fpromise::result< ::zx::vmo, int32_t> && result)
Defined at line 3273 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
fpromise::result< ::zx::vmo, int32_t> operator result ()
Defined at line 3281 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void ~File_GetBackingMemory_Result ()
File_GetBackingMemory_Result & set_response (::fuchsia::io::File_GetBackingMemory_Response value)
File_GetBackingMemory_Result & set_err (int32_t 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 3210 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
Friends
class Equality