class RealmDestroyChildResult

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

Public Methods

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

Sets the union to hold the response member.

RealmDestroyChildResult WithErr (::fuchsia_component::Error val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RealmDestroyChildResult & err (::fuchsia_component::Error value)

Sets the union to hold the err member.

void RealmDestroyChildResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits