template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 220 of file fidling/gen/sdk/fidl/fuchsia.tracing.provider/fuchsia.tracing.provider/cpp/fidl/fuchsia.tracing.provider/cpp/wire_types.h
Public Methods
::fuchsia_tracing_provider::wire::ProviderConfigV2 Build ()
Build and return the table. The builder should not be used after this.
bool has_buffering_mode ()
void clear_buffering_mode ()
Clears the buffering_mode field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_tracing::wire::BufferingMode & buffering_mode ()
`buffering_mode` specifies what happens when the buffer fills.
BuilderImpl & buffering_mode (::fuchsia_tracing::wire::BufferingMode elem)
`buffering_mode` specifies what happens when the buffer fills.
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.
::zx::vmo & buffer ()
The buffer to write trace records into.
BuilderImpl & buffer (::zx::vmo elem)
The buffer to write trace records into.
bool has_categories ()
void clear_categories ()
Clears the categories field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fidl::StringView> & categories ()
What trace categories to collect data for.
BuilderImpl & categories (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fidl::StringView>>> elem)
What trace categories to collect data for.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_tracing_provider::wire::ProviderConfigV2, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_tracing_provider::wire::ProviderConfigV2>> && frame)