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