template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1497 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
Public Methods
::fuchsia_sysmem2::wire::AllocatorGetVmoInfoResponse Build ()
Build and return the table. The builder should not be used after this.
bool has_buffer_collection_id ()
void clear_buffer_collection_id ()
Clears the buffer_collection_id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & buffer_collection_id ()
Getter for buffer_collection_id.
BuilderImpl & buffer_collection_id (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for buffer_collection_id.
bool has_buffer_index ()
void clear_buffer_index ()
Clears the buffer_index field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & buffer_index ()
Getter for buffer_index.
BuilderImpl & buffer_index (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for buffer_index.
bool has_close_weak_asap ()
void clear_close_weak_asap ()
Clears the close_weak_asap field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::eventpair & close_weak_asap ()
Getter for close_weak_asap.
BuilderImpl & close_weak_asap (::zx::eventpair elem)
Setter for close_weak_asap.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_sysmem2::wire::AllocatorGetVmoInfoResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sysmem2::wire::AllocatorGetVmoInfoResponse>> && frame)