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