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