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