class RealmQuery_GetResolvedDeclaration_Result
Defined at line 3801 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_GetResolvedDeclaration_Result ()
::fuchsia::sys2::RealmQuery_GetResolvedDeclaration_Response & response ()
Defined at line 3834 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
const ::fuchsia::sys2::RealmQuery_GetResolvedDeclaration_Response & response ()
Defined at line 3839 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
bool is_err ()
Defined at line 3845 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
::fuchsia::sys2::GetDeclarationError & err ()
Defined at line 3847 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
const ::fuchsia::sys2::GetDeclarationError & err ()
Defined at line 3852 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
::fuchsia::sys2::RealmQuery_GetResolvedDeclaration_Result::Tag Which ()
Defined at line 3858 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 3866 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void RealmQuery_GetResolvedDeclaration_Result (fpromise::ok_result< ::fidl::InterfaceHandle< ::fuchsia::sys2::ManifestBytesIterator>> && result)
Defined at line 3871 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void RealmQuery_GetResolvedDeclaration_Result (fpromise::error_result< ::fuchsia::sys2::GetDeclarationError> && result)
Defined at line 3874 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void RealmQuery_GetResolvedDeclaration_Result (fpromise::result< ::fidl::InterfaceHandle< ::fuchsia::sys2::ManifestBytesIterator>, ::fuchsia::sys2::GetDeclarationError> && result)
Defined at line 3877 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
fpromise::result< ::fidl::InterfaceHandle< ::fuchsia::sys2::ManifestBytesIterator>, ::fuchsia::sys2::GetDeclarationError> operator result ()
Defined at line 3885 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void ~RealmQuery_GetResolvedDeclaration_Result ()
void RealmQuery_GetResolvedDeclaration_Result (RealmQuery_GetResolvedDeclaration_Result && )
RealmQuery_GetResolvedDeclaration_Result & operator= (RealmQuery_GetResolvedDeclaration_Result && )
RealmQuery_GetResolvedDeclaration_Result WithResponse (::fuchsia::sys2::RealmQuery_GetResolvedDeclaration_Response && )
RealmQuery_GetResolvedDeclaration_Result WithErr (::fuchsia::sys2::GetDeclarationError && )
::std::unique_ptr<RealmQuery_GetResolvedDeclaration_Result> New ()
void Encode (::fidl::Encoder *encoder,size_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,RealmQuery_GetResolvedDeclaration_Result *value,size_toffset)
zx_status_t Clone (RealmQuery_GetResolvedDeclaration_Result * result)
bool has_invalid_tag ()
Defined at line 3828 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
bool is_response ()
Defined at line 3832 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
RealmQuery_GetResolvedDeclaration_Result & set_response (::fuchsia::sys2::RealmQuery_GetResolvedDeclaration_Response value)
RealmQuery_GetResolvedDeclaration_Result & set_err (::fuchsia::sys2::GetDeclarationError 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 3814 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
Friends
class Equality