class RealmUseNestedComponentManagerResult
Defined at line 4319 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
Public Methods
void RealmUseNestedComponentManagerResult (RealmUseNestedComponentManagerResult && other)
RealmUseNestedComponentManagerResult & operator= (RealmUseNestedComponentManagerResult && other)
void RealmUseNestedComponentManagerResult (const RealmUseNestedComponentManagerResult & other)
RealmUseNestedComponentManagerResult & operator= (const RealmUseNestedComponentManagerResult & other)
bool operator== (const RealmUseNestedComponentManagerResult & other)
bool operator!= (const RealmUseNestedComponentManagerResult & other)
::fuchsia_component_test::RealmUseNestedComponentManagerResult::Tag Which ()
RealmUseNestedComponentManagerResult WithResponse (::fuchsia_component_test::RealmUseNestedComponentManagerResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
RealmUseNestedComponentManagerResult & response (::fuchsia_component_test::RealmUseNestedComponentManagerResponse value)
Sets the union to hold the response member.
RealmUseNestedComponentManagerResult WithErr (::fuchsia_component_test::RealmBuilderError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RealmUseNestedComponentManagerResult & err (::fuchsia_component_test::RealmBuilderError value)
Sets the union to hold the err member.
void RealmUseNestedComponentManagerResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 4329 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits