class BaseMatcher

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

The common matcher that can be matched to both IPv4 and IPv6 packets.

A matcher matches a packet if all of the present fields match the

corresponding properties.

Public Methods

void BaseMatcher ()

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

void BaseMatcher (const BaseMatcher & other)

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

BaseMatcher & operator= (const BaseMatcher & other)

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

void BaseMatcher (BaseMatcher && other)

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

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_net_routes::wire::BaseMatcher> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_net_routes::wire::BaseMatcher> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_routes::wire::BaseMatcher>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

bool & locally_generated ()

Matches the packet iff the packet was locally generated.

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

Matches on the originating interface of the outgoing packet.

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

Matches the MARK_1 domain.

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

Matches for the MARK_2 domain.

bool has_mark_2 ()
BaseMatcher & operator= (BaseMatcher && other)

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

void ~BaseMatcher ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder