class RebindParentRemoveChildResult

Defined at line 183 of file fidling/gen/src/devices/tests/v2/rebind/fuchsia.rebind.test/cpp/fidl/fuchsia.rebind.test/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void RebindParentRemoveChildResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 191 of file fidling/gen/src/devices/tests/v2/rebind/fuchsia.rebind.test/cpp/fidl/fuchsia.rebind.test/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits