class InstalledRouteV4
Defined at line 1122 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/natural_types.h
An `InstalledRouteV4` specifies an IPv4 network route that is installed in
the system's routing table.
Public Methods
void InstalledRouteV4 (Storage_ storage)
void InstalledRouteV4 ()
Defined at line 1127 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/natural_types.h
void InstalledRouteV4 (InstalledRouteV4 && )
Defined at line 1128 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/natural_types.h
void InstalledRouteV4 (const InstalledRouteV4 & other)
InstalledRouteV4 & operator= (InstalledRouteV4 && )
Defined at line 1129 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/natural_types.h
InstalledRouteV4 & operator= (const InstalledRouteV4 & other)
bool operator== (const InstalledRouteV4 & other)
bool operator!= (const InstalledRouteV4 & other)
bool IsEmpty ()
const std::optional< ::fuchsia_net_routes::RouteV4> & route ()
The route.
::std::optional< ::fuchsia_net_routes::RouteV4> & route ()
The route.
InstalledRouteV4 & route (std::optional< ::fuchsia_net_routes::RouteV4> value)
The route.
const std::optional< ::fuchsia_net_routes::EffectiveRouteProperties> & effective_properties ()
The route's effective properties.
::std::optional< ::fuchsia_net_routes::EffectiveRouteProperties> & effective_properties ()
The route's effective properties.
InstalledRouteV4 & effective_properties (std::optional< ::fuchsia_net_routes::EffectiveRouteProperties> value)
The route's effective properties.
const std::optional<uint32_t> & table_id ()
The ID of the table to which this route belongs.
::std::optional<uint32_t> & table_id ()
The ID of the table to which this route belongs.
InstalledRouteV4 & table_id (std::optional<uint32_t> value)
The ID of the table to which this route belongs.
void InstalledRouteV4 (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits