class RealmCreateChildResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void RealmCreateChildResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits