class WatcherOptionsV4
Defined at line 3036 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/hlcpp/fuchsia/net/routes/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::fuchsia::net::routes::TableInterest & table_interest ()
Filter events on tables matching `table_interest`.
Interpreted as `all` if absent. The server does not validate if
`TableInterest` contains valid table IDs.
Defined at line 3046 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/hlcpp/fuchsia/net/routes/cpp/fidl.h
bool has_table_interest ()
Defined at line 3050 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/hlcpp/fuchsia/net/routes/cpp/fidl.h
::fuchsia::net::routes::TableInterest * mutable_table_interest ()
Filter events on tables matching `table_interest`.
Interpreted as `all` if absent. The server does not validate if
`TableInterest` contains valid table IDs.
Defined at line 3058 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/hlcpp/fuchsia/net/routes/cpp/fidl.h
void clear_table_interest ()
Defined at line 3066 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/hlcpp/fuchsia/net/routes/cpp/fidl.h
WatcherOptionsV4 & set_table_interest (::fuchsia::net::routes::TableInterest _value)
void WatcherOptionsV4 ()
void WatcherOptionsV4 (WatcherOptionsV4 && other)
void ~WatcherOptionsV4 ()
WatcherOptionsV4 & operator= (WatcherOptionsV4 && other)
::std::unique_ptr<WatcherOptionsV4> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, WatcherOptionsV4 * _value, size_t _offset)
zx_status_t Clone (WatcherOptionsV4 * _result)