template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2125 of file fidling/gen/sdk/fidl/fuchsia.tracing.controller/fuchsia.tracing.controller/cpp/fidl/fuchsia.tracing.controller/cpp/wire_types.h
Public Methods
::fuchsia_tracing_controller::wire::FxtVersion Build ()
Build and return the table. The builder should not be used after this.
bool has_major ()
void clear_major ()
Clears the major field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & major ()
Defaults to 0.
BuilderImpl & major (uint32_t elem)
Defaults to 0.
bool has_minor ()
void clear_minor ()
Clears the minor field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint32_t & minor ()
Defaults to 1
BuilderImpl & minor (uint32_t elem)
Defaults to 1
Protected Methods
void WireTableBaseBuilder< ::fuchsia_tracing_controller::wire::FxtVersion, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_tracing_controller::wire::FxtVersion>> && frame)