class EventV4

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

Public Methods

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

A route that already existed when watching started.

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

Sentinel value indicating no more `existing` events will be

received.

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

A route that was added while watching.

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

A route that was removed while watching.

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

Friends

class NaturalUnionCodingTraits