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