class BoundAddress
Defined at line 1276 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
A matcher for IP addresses that might be unbound.
Public Methods
void BoundAddress (BoundAddress && other)
BoundAddress & operator= (BoundAddress && other)
void BoundAddress (const BoundAddress & other)
BoundAddress & operator= (const BoundAddress & other)
bool operator== (const BoundAddress & other)
bool operator!= (const BoundAddress & other)
bool IsUnknown ()
::fuchsia_net_matchers::BoundAddress::Tag Which ()
BoundAddress WithBound (::fuchsia_net_matchers::Address val)
const ::fidl::internal::UnionMemberView<1, Storage_> bound ()
::fidl::internal::UnionMemberView<1, Storage_> bound ()
BoundAddress & bound (::fuchsia_net_matchers::Address value)
Matches iff the address is bound to a matching address (see [`Address`]
for matching criteria.
BoundAddress WithUnbound (::fuchsia_net_matchers::Empty val)
const ::fidl::internal::UnionMemberView<2, Storage_> unbound ()
::fidl::internal::UnionMemberView<2, Storage_> unbound ()
BoundAddress & unbound (::fuchsia_net_matchers::Empty value)
Matches iff the address is unbound.
void BoundAddress (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
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() |
TODO: share union tag types between wire
&
natural.
Defined at line 1284 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits