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