template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 284 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h
Public Methods
::fuchsia_driver_framework::wire::DeviceCategory Build ()
Build and return the table. The builder should not be used after this.
bool has_category ()
void clear_category ()
Clears the category field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & category ()
Getter for category.
BuilderImpl & category (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Setter for category.
bool has_subcategory ()
void clear_subcategory ()
Clears the subcategory field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & subcategory ()
Getter for subcategory.
BuilderImpl & subcategory (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Setter for subcategory.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_driver_framework::wire::DeviceCategory, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::DeviceCategory>> && frame)