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