class BoundPort
Defined at line 1191 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
A matcher for transport-layer port numbers that might be unbound.
Public Methods
void BoundPort ()
void BoundPort (const BoundPort & )
Defined at line 1195 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
BoundPort & operator= (const BoundPort & )
Defined at line 1196 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
void BoundPort (BoundPort && )
Defined at line 1197 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
BoundPort & operator= (BoundPort && )
Defined at line 1198 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
bool IsUnknown ()
Defined at line 1205 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
bool has_invalid_tag ()
bool is_bound ()
BoundPort WithBound (::fidl::ObjectView< ::fuchsia_net_matchers::wire::Port> val)
Matches iff the port is bound and matches (see [`Port`] for matching
criteria).
template <typename... Args>
BoundPort WithBound (::fidl::AnyArena & allocator, Args &&... args)
Matches iff the port is bound and matches (see [`Port`] for matching
criteria).
Defined at line 1220 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h
::fuchsia_net_matchers::wire::Port & bound ()
Matches iff the port is bound and matches (see [`Port`] for matching
criteria).
const ::fuchsia_net_matchers::wire::Port & bound ()
Matches iff the port is bound and matches (see [`Port`] for matching
criteria).
bool is_unbound ()
BoundPort WithUnbound (::fuchsia_net_matchers::wire::Empty val)
Matches iff the port is unbound.
::fuchsia_net_matchers::wire::Empty & unbound ()
Matches iff the port is unbound.
const ::fuchsia_net_matchers::wire::Empty & unbound ()
Matches iff the port is unbound.
::fuchsia_net_matchers::wire::BoundPort::Tag Which ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kBound | 1 |
| kUnbound | 2 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 1200 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/wire_types.h