class RuleMatcherV6

Defined at line 3322 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 RuleMatcherV6 (Storage_ storage)
void RuleMatcherV6 ()

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

void RuleMatcherV6 (RuleMatcherV6 && )

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

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

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

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

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

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

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

RuleMatcherV6 & from (std::optional< ::fuchsia_net::Ipv6AddressWithPrefix> 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.

RuleMatcherV6 & 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 RuleMatcherV6 (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits