class DriverHostGetProcessInfoResult

Defined at line 697 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/natural_types.h

Public Methods

void DriverHostGetProcessInfoResult (DriverHostGetProcessInfoResult && other)
DriverHostGetProcessInfoResult & operator= (DriverHostGetProcessInfoResult && other)
void DriverHostGetProcessInfoResult (const DriverHostGetProcessInfoResult & other)
DriverHostGetProcessInfoResult & operator= (const DriverHostGetProcessInfoResult & other)
bool operator== (const DriverHostGetProcessInfoResult & other)
bool operator!= (const DriverHostGetProcessInfoResult & other)
::fuchsia_driver_host::DriverHostGetProcessInfoResult::Tag Which ()
DriverHostGetProcessInfoResult WithResponse (::fuchsia_driver_host::ProcessInfo val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DriverHostGetProcessInfoResult & response (::fuchsia_driver_host::ProcessInfo value)

Sets the union to hold the response member.

DriverHostGetProcessInfoResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DriverHostGetProcessInfoResult & err (int32_t value)

Sets the union to hold the err member.

void DriverHostGetProcessInfoResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 705 of file fidling/gen/sdk/fidl/fuchsia.driver.host/fuchsia.driver.host/cpp/fidl/fuchsia.driver.host/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits