class CrashIntrospect_FindComponentByThreadKoid_Result
Defined at line 1634 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 CrashIntrospect_FindComponentByThreadKoid_Result ()
::fuchsia::sys2::CrashIntrospect_FindComponentByThreadKoid_Response & response ()
Defined at line 1667 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
const ::fuchsia::sys2::CrashIntrospect_FindComponentByThreadKoid_Response & response ()
Defined at line 1672 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
bool is_err ()
Defined at line 1678 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
::fuchsia::component::Error & err ()
Defined at line 1680 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
const ::fuchsia::component::Error & err ()
Defined at line 1685 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
::fuchsia::sys2::CrashIntrospect_FindComponentByThreadKoid_Result::Tag Which ()
Defined at line 1691 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 1699 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void CrashIntrospect_FindComponentByThreadKoid_Result (fpromise::ok_result< ::fuchsia::sys2::ComponentCrashInfo> && result)
Defined at line 1704 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void CrashIntrospect_FindComponentByThreadKoid_Result (fpromise::error_result< ::fuchsia::component::Error> && result)
Defined at line 1707 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void CrashIntrospect_FindComponentByThreadKoid_Result (fpromise::result< ::fuchsia::sys2::ComponentCrashInfo, ::fuchsia::component::Error> && result)
Defined at line 1710 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
fpromise::result< ::fuchsia::sys2::ComponentCrashInfo, ::fuchsia::component::Error> operator result ()
Defined at line 1718 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
void ~CrashIntrospect_FindComponentByThreadKoid_Result ()
void CrashIntrospect_FindComponentByThreadKoid_Result (CrashIntrospect_FindComponentByThreadKoid_Result && )
CrashIntrospect_FindComponentByThreadKoid_Result & operator= (CrashIntrospect_FindComponentByThreadKoid_Result && )
CrashIntrospect_FindComponentByThreadKoid_Result WithResponse (::fuchsia::sys2::CrashIntrospect_FindComponentByThreadKoid_Response && )
CrashIntrospect_FindComponentByThreadKoid_Result WithErr (::fuchsia::component::Error && )
::std::unique_ptr<CrashIntrospect_FindComponentByThreadKoid_Result> New ()
void Encode (::fidl::Encoder *encoder,size_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,CrashIntrospect_FindComponentByThreadKoid_Result *value,size_toffset)
zx_status_t Clone (CrashIntrospect_FindComponentByThreadKoid_Result * result)
bool has_invalid_tag ()
Defined at line 1661 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
bool is_response ()
Defined at line 1665 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
CrashIntrospect_FindComponentByThreadKoid_Result & set_response (::fuchsia::sys2::CrashIntrospect_FindComponentByThreadKoid_Response value)
CrashIntrospect_FindComponentByThreadKoid_Result & set_err (::fuchsia::component::Error 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 1647 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h
Friends
class Equality