class RealmQuery_OpenDirectory_Result
Defined at line 4588 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 ()
void RealmQuery_OpenDirectory_Result (RealmQuery_OpenDirectory_Result && )
bool is_response ()
Defined at line 4619 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
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_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, RealmQuery_OpenDirectory_Result * value, size_t offset)
zx_status_t Clone (RealmQuery_OpenDirectory_Result * result)
bool has_invalid_tag ()
Defined at line 4615 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
::fuchsia::sys2::RealmQuery_OpenDirectory_Response & response ()
Defined at line 4621 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 4626 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
bool is_err ()
Defined at line 4632 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
::fuchsia::sys2::OpenError & err ()
Defined at line 4634 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
const ::fuchsia::sys2::OpenError & err ()
Defined at line 4639 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 4645 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 4653 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 4658 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 4661 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 4664 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 4672 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void ~RealmQuery_OpenDirectory_Result ()
RealmQuery_OpenDirectory_Result & set_response (::fuchsia::sys2::RealmQuery_OpenDirectory_Response value)
RealmQuery_OpenDirectory_Result & set_err (::fuchsia::sys2::OpenError value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 4601 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
Friends
class Equality