class TableInterest

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

Specifies which table(s) the watcher is interested in.

Public Methods

void TableInterest (TableInterest && other)
TableInterest & operator= (TableInterest && other)
void TableInterest (const TableInterest & other)
TableInterest & operator= (const TableInterest & other)
bool operator== (const TableInterest & other)
bool operator!= (const TableInterest & other)
bool IsUnknown ()
::fuchsia_net_routes::TableInterest::Tag Which ()
TableInterest WithOnly (uint32_t val)
const ::fidl::internal::UnionMemberView<1, Storage_> only ()
::fidl::internal::UnionMemberView<1, Storage_> only ()
TableInterest & only (uint32_t value)

Only watch for events on the specified table.

TableInterest WithMain (::fuchsia_net_routes::Main val)
const ::fidl::internal::UnionMemberView<2, Storage_> main ()
::fidl::internal::UnionMemberView<2, Storage_> main ()
TableInterest & main (::fuchsia_net_routes::Main value)

Watches on the main table without knowing the table ID.

TableInterest WithAll (::fuchsia_net_routes::All val)
const ::fidl::internal::UnionMemberView<3, Storage_> all ()
::fidl::internal::UnionMemberView<3, Storage_> all ()
TableInterest & all (::fuchsia_net_routes::All value)

Watches for all routing tables.

void TableInterest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kOnly 1
kMain 2
kAll 3
_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 2472 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits