template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2367 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h

Public Methods

::fuchsia_net_routes::wire::WatcherOptionsV6 Build ()

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

bool has_table_interest ()
void clear_table_interest ()

Clears the table_interest field.

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

O(number_of_fields) complexity.

::fuchsia_net_routes::wire::TableInterest & table_interest ()

Filter events on tables matching `table_interest`.

Interpreted as `all` if absent. The server does not validate if

`TableInterest` contains valid table IDs.

BuilderImpl & table_interest (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_net_routes::wire::TableInterest>> elem)

Filter events on tables matching `table_interest`.

Interpreted as `all` if absent. The server does not validate if

`TableInterest` contains valid table IDs.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_net_routes::wire::WatcherOptionsV6, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_routes::wire::WatcherOptionsV6>> && frame)

Records