template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1114 of file fidling/gen/sdk/fidl/fuchsia.inspect/fuchsia.inspect/cpp/fidl/fuchsia.inspect/cpp/wire_types.h
Public Methods
::fuchsia_inspect::wire::TreeContent Build ()
Build and return the table. The builder should not be used after this.
bool has_buffer ()
void clear_buffer ()
Clears the buffer field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_mem::wire::Buffer & buffer ()
Buffer containing the bytes of a tree in Inspect format.
BuilderImpl & buffer (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_mem::wire::Buffer>> elem)
Buffer containing the bytes of a tree in Inspect format.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_inspect::wire::TreeContent, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_inspect::wire::TreeContent>> && frame)