class Handles
Defined at line 1897 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
Public Methods
void Handles (Handles && other)
Handles & operator= (Handles && other)
void Handles (const Handles & other)
Handles & operator= (const Handles & other)
bool operator== (const Handles & other)
bool operator!= (const Handles & other)
::fuchsia_fdomain::Handles::Tag Which ()
Handles WithHandles (::std::vector< ::fuchsia_fdomain::HandleId> val)
const ::fidl::internal::UnionMemberView<1, Storage_> handles ()
::fidl::internal::UnionMemberView<1, Storage_> handles ()
Handles & handles (::std::vector< ::fuchsia_fdomain::HandleId> value)
Sets the union to hold the handles member.
Handles WithDispositions (::std::vector< ::fuchsia_fdomain::HandleDisposition> val)
const ::fidl::internal::UnionMemberView<2, Storage_> dispositions ()
::fidl::internal::UnionMemberView<2, Storage_> dispositions ()
Handles & dispositions (::std::vector< ::fuchsia_fdomain::HandleDisposition> value)
Sets the union to hold the dispositions member.
void Handles (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kHandles | 1 |
| kDispositions | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 1907 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits