template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 997 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/wire_types.h
Public Methods
::fuchsia_hardware_goldfish::wire::BufferHandleInfo Build ()
Build and return the table. The builder should not be used after this.
bool has_id ()
void clear_id ()
Clears the id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & id ()
Getter for id.
BuilderImpl & id (uint32_t elem)
Setter for id.
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_hardware_goldfish::wire::BufferHandleType & type ()
Getter for type.
BuilderImpl & type (::fuchsia_hardware_goldfish::wire::BufferHandleType elem)
Setter for type.
bool has_memory_property ()
void clear_memory_property ()
Clears the memory_property field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & memory_property ()
Getter for memory_property.
BuilderImpl & memory_property (uint32_t elem)
Setter for memory_property.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_goldfish::wire::BufferHandleInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_goldfish::wire::BufferHandleInfo>> && frame)