class RuleEventV6

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

Public Methods

void RuleEventV6 (RuleEventV6 && other)
RuleEventV6 & operator= (RuleEventV6 && other)
void RuleEventV6 (const RuleEventV6 & other)
RuleEventV6 & operator= (const RuleEventV6 & other)
bool operator== (const RuleEventV6 & other)
bool operator!= (const RuleEventV6 & other)
bool IsUnknown ()
::fuchsia_net_routes::RuleEventV6::Tag Which ()
RuleEventV6 WithExisting (::fuchsia_net_routes::InstalledRuleV6 val)
const ::fidl::internal::UnionMemberView<1, Storage_> existing ()
::fidl::internal::UnionMemberView<1, Storage_> existing ()
RuleEventV6 & existing (::fuchsia_net_routes::InstalledRuleV6 value)

A rule that already existed when watching started.

RuleEventV6 WithIdle (::fuchsia_net_routes::Empty val)
const ::fidl::internal::UnionMemberView<2, Storage_> idle ()
::fidl::internal::UnionMemberView<2, Storage_> idle ()
RuleEventV6 & idle (::fuchsia_net_routes::Empty value)

Sentinel value indicating no more `existing` events will be

received.

RuleEventV6 WithAdded (::fuchsia_net_routes::InstalledRuleV6 val)
const ::fidl::internal::UnionMemberView<3, Storage_> added ()
::fidl::internal::UnionMemberView<3, Storage_> added ()
RuleEventV6 & added (::fuchsia_net_routes::InstalledRuleV6 value)

A rule that was added while watching.

RuleEventV6 WithRemoved (::fuchsia_net_routes::InstalledRuleV6 val)
const ::fidl::internal::UnionMemberView<4, Storage_> removed ()
::fidl::internal::UnionMemberView<4, Storage_> removed ()
RuleEventV6 & removed (::fuchsia_net_routes::InstalledRuleV6 value)

A rule that was removed while watching.

void RuleEventV6 (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kExisting 1
kIdle 2
kAdded 3
kRemoved 6
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits