template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2585 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::BaseMatcher Build ()

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

bool has_locally_generated ()
void clear_locally_generated ()

Clears the locally_generated field.

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

O(number_of_fields) complexity.

bool & locally_generated ()

Matches the packet iff the packet was locally generated.

BuilderImpl & locally_generated (bool elem)

Matches the packet iff the packet was locally generated.

bool has_bound_device ()
void clear_bound_device ()

Clears the bound_device field.

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

O(number_of_fields) complexity.

::fuchsia_net_matchers::wire::BoundInterface & bound_device ()

Matches on the originating interface of the outgoing packet.

BuilderImpl & bound_device (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_net_matchers::wire::BoundInterface>> elem)

Matches on the originating interface of the outgoing packet.

bool has_mark_1 ()
void clear_mark_1 ()

Clears the mark_1 field.

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

O(number_of_fields) complexity.

::fuchsia_net_matchers::wire::Mark & mark_1 ()

Matches the MARK_1 domain.

BuilderImpl & mark_1 (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_net_matchers::wire::Mark>> elem)

Matches the MARK_1 domain.

bool has_mark_2 ()
void clear_mark_2 ()

Clears the mark_2 field.

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

O(number_of_fields) complexity.

::fuchsia_net_matchers::wire::Mark & mark_2 ()

Matches for the MARK_2 domain.

BuilderImpl & mark_2 (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_net_matchers::wire::Mark>> elem)

Matches for the MARK_2 domain.

Protected Methods

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

Records