class ControlPlaneAddChildResult

Defined at line 127 of file fidling/gen/src/devices/tests/v2/dictionary-offers/fuchsia.dictionaryoffers.test/cpp/fidl/fuchsia.dictionaryoffers.test/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

ControlPlaneAddChildResult WithErr (::fuchsia_driver_framework::NodeError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ControlPlaneAddChildResult & err (::fuchsia_driver_framework::NodeError value)

Sets the union to hold the err member.

void ControlPlaneAddChildResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 135 of file fidling/gen/src/devices/tests/v2/dictionary-offers/fuchsia.dictionaryoffers.test/cpp/fidl/fuchsia.dictionaryoffers.test/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits