class ZirconWithDomainErrorResult

Defined at line 78 of file fidling/gen/src/connectivity/wlan/drivers/lib/fidl-bridge/cpp/test/fidl/test.wlan.fidlbridge/cpp/fidl/test.wlan.fidlbridge/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void ZirconWithDomainErrorResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 86 of file fidling/gen/src/connectivity/wlan/drivers/lib/fidl-bridge/cpp/test/fidl/test.wlan.fidlbridge/cpp/fidl/test.wlan.fidlbridge/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits