class BoundAddress

Defined at line 1463 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

A matcher for IP addresses that might be unbound.

Public Members

static const fidl_type_t * FidlType

Public Methods

void BoundAddress ()
void ~BoundAddress ()
void BoundAddress (BoundAddress && )
BoundAddress & operator= (BoundAddress && )
BoundAddress WithBound (::fuchsia::net::matchers::Address && )
BoundAddress WithUnbound (::fuchsia::net::matchers::Empty && )
::std::unique_ptr<BoundAddress> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, BoundAddress * value, size_t offset)
zx_status_t Clone (BoundAddress * result)
bool has_invalid_tag ()

Defined at line 1491 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

bool is_bound ()

Defined at line 1495 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

::fuchsia::net::matchers::Address & bound ()

Matches iff the address is bound to a matching address (see [`Address`]

for matching criteria.

Defined at line 1499 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

const ::fuchsia::net::matchers::Address & bound ()

Matches iff the address is bound to a matching address (see [`Address`]

for matching criteria.

Defined at line 1506 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

bool is_unbound ()

Defined at line 1512 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

BoundAddress & set_bound (::fuchsia::net::matchers::Address value)
BoundAddress & set_unbound (::fuchsia::net::matchers::Empty value)
BoundAddress & SetUnknownData (fidl_xunion_tag_t ordinal, std::vector<uint8_t> bytes)
::fuchsia::net::matchers::Empty & unbound ()

Matches iff the address is unbound.

Defined at line 1515 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

const ::fuchsia::net::matchers::Empty & unbound ()

Matches iff the address is unbound.

Defined at line 1521 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

::fuchsia::net::matchers::BoundAddress::Tag Which ()

Defined at line 1528 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

fidl_xunion_tag_t Ordinal ()

You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need

access to the raw integral ordinal value.

Defined at line 1541 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

const std::vector<uint8_t> * UnknownBytes ()

Defined at line 1544 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

Enumerations

enum Tag
Name Value
kUnknown 0
kBound 1
kUnbound 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 1476 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/hlcpp/fuchsia/net/matchers/cpp/fidl.h

Friends

class Equality