template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1110 of file fidling/gen/sdk/fidl/fuchsia.process.explorer/fuchsia.process.explorer/cpp/fidl/fuchsia.process.explorer/cpp/wire_types.h
Public Methods
::fuchsia_process_explorer::wire::Vmo Build ()
Build and return the table. The builder should not be used after this.
bool has_koid ()
void clear_koid ()
Clears the koid field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & koid ()
Getter for koid.
BuilderImpl & koid (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for koid.
bool has_name ()
void clear_name ()
Clears the name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & name ()
Getter for name.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Setter for name.
bool has_size_bytes ()
void clear_size_bytes ()
Clears the size_bytes field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & size_bytes ()
Getter for size_bytes.
BuilderImpl & size_bytes (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for size_bytes.
bool has_parent_koid ()
void clear_parent_koid ()
Clears the parent_koid field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & parent_koid ()
Getter for parent_koid.
BuilderImpl & parent_koid (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for parent_koid.
bool has_num_children ()
void clear_num_children ()
Clears the num_children field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & num_children ()
Getter for num_children.
BuilderImpl & num_children (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for num_children.
bool has_num_mappings ()
void clear_num_mappings ()
Clears the num_mappings field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & num_mappings ()
Getter for num_mappings.
BuilderImpl & num_mappings (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for num_mappings.
bool has_share_count ()
void clear_share_count ()
Clears the share_count field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & share_count ()
Getter for share_count.
BuilderImpl & share_count (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for share_count.
bool has_committed_bytes ()
void clear_committed_bytes ()
Clears the committed_bytes field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & committed_bytes ()
Getter for committed_bytes.
BuilderImpl & committed_bytes (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for committed_bytes.
bool has_handle_rights ()
void clear_handle_rights ()
Clears the handle_rights field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
zx_rights_t & handle_rights ()
Getter for handle_rights.
BuilderImpl & handle_rights (zx_rights_t elem)
Setter for handle_rights.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_process_explorer::wire::Vmo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_process_explorer::wire::Vmo>> && frame)