class HandleOp
Defined at line 1772 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
Public Methods
void HandleOp (HandleOp && other)
HandleOp & operator= (HandleOp && other)
void HandleOp (const HandleOp & other)
HandleOp & operator= (const HandleOp & other)
bool operator== (const HandleOp & other)
bool operator!= (const HandleOp & other)
::fuchsia_fdomain::HandleOp::Tag Which ()
HandleOp WithMove (::fuchsia_fdomain::HandleId val)
const ::fidl::internal::UnionMemberView<1, Storage_> move ()
::fidl::internal::UnionMemberView<1, Storage_> move ()
HandleOp & move (::fuchsia_fdomain::HandleId value)
Sets the union to hold the move member.
HandleOp WithDuplicate (::fuchsia_fdomain::HandleId val)
const ::fidl::internal::UnionMemberView<2, Storage_> duplicate ()
::fidl::internal::UnionMemberView<2, Storage_> duplicate ()
HandleOp & duplicate (::fuchsia_fdomain::HandleId value)
Sets the union to hold the duplicate member.
void HandleOp (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kMove | 1 |
| kDuplicate | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 1782 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits