class RealmAddLocalChildResult

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

Public Methods

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

Sets the union to hold the response member.

RealmAddLocalChildResult WithErr (::fuchsia_component_test::RealmBuilderError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RealmAddLocalChildResult & err (::fuchsia_component_test::RealmBuilderError value)

Sets the union to hold the err member.

void RealmAddLocalChildResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits