class CqhciHostInfoResult

Defined at line 264 of file fidling/gen/sdk/fidl/fuchsia.hardware.cqhci/fuchsia.hardware.cqhci/cpp/fidl/fuchsia.hardware.cqhci/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void CqhciHostInfoResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 272 of file fidling/gen/sdk/fidl/fuchsia.hardware.cqhci/fuchsia.hardware.cqhci/cpp/fidl/fuchsia.hardware.cqhci/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits