class RealmFactoryCreateRealmResult
Defined at line 184 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/cpp/fidl/fuchsia.ui.test.context/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_ui_test_context::RealmFactoryCreateRealmResult::Tag Which ()
RealmFactoryCreateRealmResult WithResponse (::fuchsia_ui_test_context::RealmFactoryCreateRealmResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
RealmFactoryCreateRealmResult & response (::fuchsia_ui_test_context::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 192 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/cpp/fidl/fuchsia.ui.test.context/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits