class RealmSetConfigValueResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void RealmSetConfigValueResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits