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