template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_io::wire::ConnectionInfo Build ()

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

bool has_rights ()
void clear_rights ()

Clears the rights field.

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

O(number_of_fields) complexity.

::fuchsia_io::wire::Operations & rights ()

The rights possessed by the current connection. Note: `rights` limits

the set of operations allowed on the connection, but does not guarantee

their availability. For example, one may have the [`Rights.EXECUTE`]

right on a file connection, but the file itself does not have the

`EXECUTE` ability, and hence cannot be executed. See

[`ConnectionOptions.rights`].

BuilderImpl & rights (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_io::wire::Operations>> elem)

The rights possessed by the current connection. Note: `rights` limits

the set of operations allowed on the connection, but does not guarantee

their availability. For example, one may have the [`Rights.EXECUTE`]

right on a file connection, but the file itself does not have the

`EXECUTE` ability, and hence cannot be executed. See

[`ConnectionOptions.rights`].

Protected Methods

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

Records