class LookupResult
Defined at line 1406 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_net_name::wire::LookupResult> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_net_name::wire::LookupResult> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_name::wire::LookupResult>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void LookupResult ()
Defined at line 1408 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h
void LookupResult (const LookupResult & other)
Defined at line 1409 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h
LookupResult & operator= (const LookupResult & other)
Defined at line 1410 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h
void LookupResult (LookupResult && other)
Defined at line 1411 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h
::fidl::VectorView< ::fuchsia_net::wire::IpAddress> & addresses ()
The IP addresses resulting from a lookup.
If sorting was requested, `addresses` is sorted in order of
preference, most preferred destination address first.
bool has_addresses ()
::fidl::StringView & canonical_name ()
The canonical name of the requested hostname.
Provided only if requested.
bool has_canonical_name ()
LookupResult & operator= (LookupResult && other)
Defined at line 1412 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h
void ~LookupResult ()
Defined at line 1414 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder