class RuleEventV4

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

Public Methods

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

A rule that already existed when watching started.

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

Sentinel value indicating no more `existing` events will be

received.

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

A rule that was added while watching.

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

A rule that was removed while watching.

void RuleEventV4 (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kExisting 1
kIdle 2
kAdded 3
kRemoved 4
_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 3193 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits