class RealmAddChildRealmResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void RealmAddChildRealmResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits