class SpecifiedMetric
Defined at line 3307 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h
Public Methods
void SpecifiedMetric ()
void SpecifiedMetric (const SpecifiedMetric & )
Defined at line 3312 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h
SpecifiedMetric & operator= (const SpecifiedMetric & )
Defined at line 3313 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h
void SpecifiedMetric (SpecifiedMetric && )
Defined at line 3314 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h
bool has_invalid_tag ()
bool is_explicit_metric ()
SpecifiedMetric WithExplicitMetric (uint32_t val)
The route's metric will be this explicitly specified value.
uint32_t & explicit_metric ()
The route's metric will be this explicitly specified value.
const uint32_t & explicit_metric ()
The route's metric will be this explicitly specified value.
bool is_inherited_from_interface ()
SpecifiedMetric WithInheritedFromInterface (::fuchsia_net_routes::wire::Empty val)
The route's metric is inherited from its outbound interface, and
will track this value as it changes throughout the route's lifetime.
Clients may prefer this approach if they wish to offload the
responsibility of "which route is best" to the system.
::fuchsia_net_routes::wire::Empty & inherited_from_interface ()
The route's metric is inherited from its outbound interface, and
will track this value as it changes throughout the route's lifetime.
Clients may prefer this approach if they wish to offload the
responsibility of "which route is best" to the system.
const ::fuchsia_net_routes::wire::Empty & inherited_from_interface ()
The route's metric is inherited from its outbound interface, and
will track this value as it changes throughout the route's lifetime.
Clients may prefer this approach if they wish to offload the
responsibility of "which route is best" to the system.
::fuchsia_net_routes::wire::SpecifiedMetric::Tag Which ()
SpecifiedMetric & operator= (SpecifiedMetric && )
Defined at line 3315 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h
Enumerations
enum Tag
| Name | Value |
|---|---|
| kExplicitMetric | 1 |
| kInheritedFromInterface | 2 |
Defined at line 3317 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h