class RuleMatcherV4

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

The matcher part of the rule that is used to match packets.

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

corresponding properties.

Public Methods

void RuleMatcherV4 (Storage_ storage)
void RuleMatcherV4 ()

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

void RuleMatcherV4 (RuleMatcherV4 && )

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

void RuleMatcherV4 (const RuleMatcherV4 & other)
RuleMatcherV4 & operator= (RuleMatcherV4 && )

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

RuleMatcherV4 & operator= (const RuleMatcherV4 & other)
bool operator== (const RuleMatcherV4 & other)
bool operator!= (const RuleMatcherV4 & other)
bool IsEmpty ()
const std::optional< ::fuchsia_net::Ipv4AddressWithPrefix> & from ()

Matches whether the source address of the packet is from the subnet.

::std::optional< ::fuchsia_net::Ipv4AddressWithPrefix> & from ()

Matches whether the source address of the packet is from the subnet.

RuleMatcherV4 & from (std::optional< ::fuchsia_net::Ipv4AddressWithPrefix> value)

Matches whether the source address of the packet is from the subnet.

const std::optional< ::fuchsia_net_routes::BaseMatcher> & base ()

The rest of the matcher that is common between IP versions.

Interpreted as an empty table if absent.

::std::optional< ::fuchsia_net_routes::BaseMatcher> & base ()

The rest of the matcher that is common between IP versions.

Interpreted as an empty table if absent.

RuleMatcherV4 & base (std::optional< ::fuchsia_net_routes::BaseMatcher> value)

The rest of the matcher that is common between IP versions.

Interpreted as an empty table if absent.

void RuleMatcherV4 (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits