template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_io::wire::SymlinkInfo Build ()

Build and return the table. The builder should not be used after this.

bool has_target ()
void clear_target ()

Clears the target field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::VectorView<uint8_t> & target ()

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

target however it chooses.

BuilderImpl & target (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint8_t>>> elem)

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

target however it chooses.

bool has_attributes ()
void clear_attributes ()

Clears the attributes field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_io::wire::NodeAttributes2 & attributes ()

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

BuilderImpl & attributes (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_io::wire::NodeAttributes2>> elem)

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

Protected Methods

void WireTableBaseBuilder< ::fuchsia_io::wire::SymlinkInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_io::wire::SymlinkInfo>> && frame)

Records