class RebindParentAddChildResult
Defined at line 81 of file fidling/gen/src/devices/tests/v2/rebind/fuchsia.rebind.test/cpp/fidl/fuchsia.rebind.test/cpp/natural_types.h
Public Methods
void RebindParentAddChildResult (RebindParentAddChildResult && other)
RebindParentAddChildResult & operator= (RebindParentAddChildResult && other)
void RebindParentAddChildResult (const RebindParentAddChildResult & other)
RebindParentAddChildResult & operator= (const RebindParentAddChildResult & other)
bool operator== (const RebindParentAddChildResult & other)
bool operator!= (const RebindParentAddChildResult & other)
::fuchsia_rebind_test::RebindParentAddChildResult::Tag Which ()
RebindParentAddChildResult WithResponse (::fuchsia_rebind_test::RebindParentAddChildResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
RebindParentAddChildResult & response (::fuchsia_rebind_test::RebindParentAddChildResponse value)
Sets the union to hold the response member.
RebindParentAddChildResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RebindParentAddChildResult & err (int32_t value)
Sets the union to hold the err member.
void RebindParentAddChildResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 89 of file fidling/gen/src/devices/tests/v2/rebind/fuchsia.rebind.test/cpp/fidl/fuchsia.rebind.test/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits