template <>

class WireTableBuilder

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

Public Methods

template <typename First = ::fidl::VectorView<uint8_t>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<uint8_t>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_io::wire::SymlinkInfo> & target (First && first, Args &&... args_)

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

target however it chooses.

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

template <typename First = ::fidl::VectorView<uint8_t>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<uint8_t>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_io::wire::SymlinkInfo> & target (First && first, Args &&... args_)

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

target however it chooses.

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

template <typename First = ::fuchsia_io::wire::NodeAttributes2, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_io::wire::NodeAttributes2>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_io::wire::SymlinkInfo> & attributes (First && first, Args &&... args_)

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

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

template <typename First = ::fuchsia_io::wire::NodeAttributes2, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_io::wire::NodeAttributes2>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_io::wire::SymlinkInfo> & attributes (First && first, Args &&... args_)

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

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

Friends

template <>
class SymlinkInfo