class EventV6

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

Public Methods

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

A route that already existed when watching started.

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

Sentinel value indicating no more `existing` events will be

received.

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

A route that was added while watching.

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

A route that was removed while watching.

void EventV6 (::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 1421 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits