template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 2289 of file fidling/gen/sdk/fidl/fuchsia.settings/fuchsia.settings/cpp/fidl/fuchsia.settings/cpp/wire_types.h

Public Methods

::fuchsia_settings::wire::Theme Build ()

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

bool has_theme_type ()
void clear_theme_type ()

Clears the theme_type field.

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

O(number_of_fields) complexity.

::fuchsia_settings::wire::ThemeType & theme_type ()

Getter for theme_type.

BuilderImpl & theme_type (::fuchsia_settings::wire::ThemeType elem)

Setter for theme_type.

bool has_theme_mode ()
void clear_theme_mode ()

Clears the theme_mode field.

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

O(number_of_fields) complexity.

::fuchsia_settings::wire::ThemeMode & theme_mode ()

Getter for theme_mode.

BuilderImpl & theme_mode (::fuchsia_settings::wire::ThemeMode elem)

Setter for theme_mode.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_settings::wire::Theme, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_settings::wire::Theme>> && frame)

Records