class CrashIntrospectFindDriverCrashResult
Defined at line 193 of file fidling/gen/sdk/fidl/fuchsia.driver.crash/fuchsia.driver.crash/cpp/fidl/fuchsia.driver.crash/cpp/natural_types.h
Public Methods
void CrashIntrospectFindDriverCrashResult (CrashIntrospectFindDriverCrashResult && other)
CrashIntrospectFindDriverCrashResult & operator= (CrashIntrospectFindDriverCrashResult && other)
void CrashIntrospectFindDriverCrashResult (const CrashIntrospectFindDriverCrashResult & other)
CrashIntrospectFindDriverCrashResult & operator= (const CrashIntrospectFindDriverCrashResult & other)
bool operator== (const CrashIntrospectFindDriverCrashResult & other)
bool operator!= (const CrashIntrospectFindDriverCrashResult & other)
::fuchsia_driver_crash::CrashIntrospectFindDriverCrashResult::Tag Which ()
CrashIntrospectFindDriverCrashResult WithResponse (::fuchsia_driver_crash::CrashIntrospectFindDriverCrashResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
CrashIntrospectFindDriverCrashResult & response (::fuchsia_driver_crash::CrashIntrospectFindDriverCrashResponse value)
Sets the union to hold the response member.
CrashIntrospectFindDriverCrashResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
CrashIntrospectFindDriverCrashResult & err (int32_t value)
Sets the union to hold the err member.
void CrashIntrospectFindDriverCrashResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 201 of file fidling/gen/sdk/fidl/fuchsia.driver.crash/fuchsia.driver.crash/cpp/fidl/fuchsia.driver.crash/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits