template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1460 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h
Public Methods
::fuchsia_net_routes::wire::InstalledRouteV6 Build ()
Build and return the table. The builder should not be used after this.
bool has_route ()
void clear_route ()
Clears the route field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_net_routes::wire::RouteV6 & route ()
The route.
BuilderImpl & route (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_net_routes::wire::RouteV6>> elem)
The route.
bool has_effective_properties ()
void clear_effective_properties ()
Clears the effective_properties field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_net_routes::wire::EffectiveRouteProperties & effective_properties ()
The route's effective properties.
BuilderImpl & effective_properties (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_net_routes::wire::EffectiveRouteProperties>> elem)
The route's effective properties.
bool has_table_id ()
void clear_table_id ()
Clears the table_id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & table_id ()
The ID of the table to which this route belongs.
BuilderImpl & table_id (uint32_t elem)
The ID of the table to which this route belongs.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_net_routes::wire::InstalledRouteV6, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_routes::wire::InstalledRouteV6>> && frame)