template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 176 of file fidling/gen/sdk/fidl/fuchsia.intl/fuchsia.intl/cpp/fidl/fuchsia.intl/cpp/wire_types.h

Public Methods

::fuchsia_intl::wire::RegulatoryDomain Build ()

Build and return the table. The builder should not be used after this.

bool has_country_code ()
void clear_country_code ()

Clears the country_code field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::StringView & country_code ()

ISO 3166-1 alpha-2, a two-letter code representing a domain of operation.

(https://www.iso.org/publication/PUB500001.html)

BuilderImpl & country_code (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

ISO 3166-1 alpha-2, a two-letter code representing a domain of operation.

(https://www.iso.org/publication/PUB500001.html)

Protected Methods

void WireTableBaseBuilder< ::fuchsia_intl::wire::RegulatoryDomain, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_intl::wire::RegulatoryDomain>> && frame)

Records