class RealmQuery_OpenDirectory_Result
Defined at line 4612 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 RealmQuery_OpenDirectory_Result ()
::fuchsia::sys2::RealmQuery_OpenDirectory_Response & response ()
Defined at line 4645 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
const ::fuchsia::sys2::RealmQuery_OpenDirectory_Response & response ()
Defined at line 4650 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
bool is_err ()
Defined at line 4656 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
::fuchsia::sys2::OpenError & err ()
Defined at line 4658 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
const ::fuchsia::sys2::OpenError & err ()
Defined at line 4663 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
::fuchsia::sys2::RealmQuery_OpenDirectory_Result::Tag Which ()
Defined at line 4669 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 4677 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void RealmQuery_OpenDirectory_Result (fpromise::ok_result<void> && result)
Defined at line 4682 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void RealmQuery_OpenDirectory_Result (fpromise::error_result< ::fuchsia::sys2::OpenError> && result)
Defined at line 4685 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void RealmQuery_OpenDirectory_Result (fpromise::result<void, ::fuchsia::sys2::OpenError> && result)
Defined at line 4688 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
fpromise::result<void, ::fuchsia::sys2::OpenError> operator result ()
Defined at line 4696 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void ~RealmQuery_OpenDirectory_Result ()
void RealmQuery_OpenDirectory_Result (RealmQuery_OpenDirectory_Result && )
RealmQuery_OpenDirectory_Result & operator= (RealmQuery_OpenDirectory_Result && )
RealmQuery_OpenDirectory_Result WithResponse (::fuchsia::sys2::RealmQuery_OpenDirectory_Response && )
RealmQuery_OpenDirectory_Result WithErr (::fuchsia::sys2::OpenError && )
::std::unique_ptr<RealmQuery_OpenDirectory_Result> New ()
void Encode (::fidl::Encoder *encoder,size_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,RealmQuery_OpenDirectory_Result *value,size_toffset)
zx_status_t Clone (RealmQuery_OpenDirectory_Result * result)
bool has_invalid_tag ()
Defined at line 4639 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
bool is_response ()
Defined at line 4643 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
RealmQuery_OpenDirectory_Result & set_response (::fuchsia::sys2::RealmQuery_OpenDirectory_Response value)
RealmQuery_OpenDirectory_Result & set_err (::fuchsia::sys2::OpenError 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 4625 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
Friends
class Equality