class SymlinkInfo

Defined at line 8544 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::vector<uint8_t> & target ()

The symbolic link has no meaning on the server; the client is free to interpret the

target however it chooses.

Defined at line 8552 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool has_target ()

Defined at line 8556 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

::std::vector<uint8_t> * mutable_target ()

The symbolic link has no meaning on the server; the client is free to interpret the

target however it chooses.

Defined at line 8562 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

void clear_target ()

Defined at line 8570 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

const ::fuchsia::io::NodeAttributes2 & attributes ()

Requested attributes for the symbolic link. This is only populated if requested.

Defined at line 8579 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

bool has_attributes ()

Defined at line 8583 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

::fuchsia::io::NodeAttributes2 * mutable_attributes ()

Requested attributes for the symbolic link. This is only populated if requested.

Defined at line 8588 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

void clear_attributes ()

Defined at line 8596 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/hlcpp/fuchsia/io/cpp/fidl.h

SymlinkInfo & set_target (::std::vector<uint8_t> _value)
SymlinkInfo & set_attributes (::fuchsia::io::NodeAttributes2 _value)
void SymlinkInfo ()
void SymlinkInfo (SymlinkInfo && other)
void ~SymlinkInfo ()
SymlinkInfo & operator= (SymlinkInfo && other)
::std::unique_ptr<SymlinkInfo> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SymlinkInfo * _value, size_t _offset)
zx_status_t Clone (SymlinkInfo * _result)