class RealmStartResult

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

Public Methods

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

Sets the union to hold the response member.

RealmStartResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RealmStartResult & err (int32_t value)

Sets the union to hold the err member.

RealmStartResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
RealmStartResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void RealmStartResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits