class ExtendedAttributeValue

Defined at line 4232 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

The value type for an extended attribute. If the value is less than 32768

bytes, then it is included inline. Values larger than this size are written

into a vmo buffer.

Public Methods

void ExtendedAttributeValue ()
void ~ExtendedAttributeValue ()
void ExtendedAttributeValue (ExtendedAttributeValue && other)
bool IsUnknown ()

Defined at line 4246 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

ExtendedAttributeValue & operator= (ExtendedAttributeValue && other)
bool has_invalid_tag ()
bool is_bytes ()
ExtendedAttributeValue WithBytes (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> val)
template <typename... Args>
ExtendedAttributeValue WithBytes (::fidl::AnyArena & allocator, Args &&... args)

Defined at line 4257 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

::fidl::VectorView<uint8_t> & bytes ()
const ::fidl::VectorView<uint8_t> & bytes ()
bool is_buffer ()
ExtendedAttributeValue WithBuffer (::zx::vmo val)
::zx::vmo & buffer ()
const ::zx::vmo & buffer ()
::fuchsia_io::wire::ExtendedAttributeValue::Tag Which ()
void _CloseHandles ()

Enumerations

enum Tag
Name Value
kBytes 1
kBuffer 2
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 4241 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h