class InternalGetTestResolutionContextResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void InternalGetTestResolutionContextResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits