template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1720 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/wire_types.h
Public Methods
::fuchsia_wlan_common::wire::MfpFeature Build ()
Build and return the table. The builder should not be used after this.
bool has_supported ()
void clear_supported ()
Clears the supported field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & supported ()
Getter for supported.
BuilderImpl & supported (bool elem)
Setter for supported.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_wlan_common::wire::MfpFeature, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_common::wire::MfpFeature>> && frame)