class File_GetBackingMemory_Result
Defined at line 3226 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 ()
::fuchsia::io::File_GetBackingMemory_Response & response ()
Defined at line 3259 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 3264 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool is_err ()
Defined at line 3270 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
int32_t & err ()
Defined at line 3272 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
const int32_t & err ()
Defined at line 3277 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 3283 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 3291 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 3296 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 3299 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 3302 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 3310 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
void ~File_GetBackingMemory_Result ()
void File_GetBackingMemory_Result (File_GetBackingMemory_Result && )
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 3253 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
bool is_response ()
Defined at line 3257 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
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 3239 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h
Friends
class Equality