class RealmFactoryCreateRealmResult

Defined at line 128 of file fidling/gen/src/sensors/playback/realm_factory/fidl/fuchsia.hardware.sensors.realm/cpp/fidl/fuchsia.hardware.sensors.realm/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

RealmFactoryCreateRealmResult WithErr (::fuchsia_testing_harness::OperationError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RealmFactoryCreateRealmResult & err (::fuchsia_testing_harness::OperationError value)

Sets the union to hold the err member.

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

Sets the union to hold the framework_err member.

void RealmFactoryCreateRealmResult (::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 136 of file fidling/gen/src/sensors/playback/realm_factory/fidl/fuchsia.hardware.sensors.realm/cpp/fidl/fuchsia.hardware.sensors.realm/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits