template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 14120 of file fidling/gen/sdk/fidl/fuchsia.sysmem2/fuchsia.sysmem2/cpp/fidl/fuchsia.sysmem2/cpp/wire_types.h
Public Methods
::fuchsia_sysmem2::wire::FormatCosts Build ()
Build and return the table. The builder should not be used after this.
bool has_format_costs ()
void clear_format_costs ()
Clears the format_costs field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_sysmem2::wire::FormatCostEntry> & format_costs ()
This is a chunk of entries that'll end up in
['fuchsia.sysmem2.Config.format_costs'] (see above) unless overriden by
later entries (either in this same vector or in later-processed files
during aggregation by the assembly tool).
BuilderImpl & format_costs (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_sysmem2::wire::FormatCostEntry>>> elem)
This is a chunk of entries that'll end up in
['fuchsia.sysmem2.Config.format_costs'] (see above) unless overriden by
later entries (either in this same vector or in later-processed files
during aggregation by the assembly tool).
Protected Methods
void WireTableBaseBuilder< ::fuchsia_sysmem2::wire::FormatCosts, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sysmem2::wire::FormatCosts>> && frame)