template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1227 of file fidling/gen/sdk/fidl/fuchsia.net.name/fuchsia.net.name/cpp/fidl/fuchsia.net.name/cpp/wire_types.h
Public Methods
::fuchsia_net_name::wire::LookupIpOptions Build ()
Build and return the table. The builder should not be used after this.
bool has_ipv4_lookup ()
void clear_ipv4_lookup ()
Clears the ipv4_lookup field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & ipv4_lookup ()
Include IPv4 results.
If not set, interpreted as false.
BuilderImpl & ipv4_lookup (bool elem)
Include IPv4 results.
If not set, interpreted as false.
bool has_ipv6_lookup ()
void clear_ipv6_lookup ()
Clears the ipv6_lookup field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & ipv6_lookup ()
Include IPv6 results.
If not set, interpreted as false.
BuilderImpl & ipv6_lookup (bool elem)
Include IPv6 results.
If not set, interpreted as false.
bool has_sort_addresses ()
void clear_sort_addresses ()
Clears the sort_addresses field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & sort_addresses ()
Sort addresses in order of preference.
It true, Addresses are sorted according to destination address
selection described in
[RFC 6724 Section 6](https://tools.ietf.org/html/rfc6724#section-6).
If not set, interpreted as false.
BuilderImpl & sort_addresses (bool elem)
Sort addresses in order of preference.
It true, Addresses are sorted according to destination address
selection described in
[RFC 6724 Section 6](https://tools.ietf.org/html/rfc6724#section-6).
If not set, interpreted as false.
bool has_canonical_name_lookup ()
void clear_canonical_name_lookup ()
Clears the canonical_name_lookup field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & canonical_name_lookup ()
Include the canonical name.
If not set, interpreted as false.
BuilderImpl & canonical_name_lookup (bool elem)
Include the canonical name.
If not set, interpreted as false.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_net_name::wire::LookupIpOptions, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_name::wire::LookupIpOptions>> && frame)