template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 437 of file fidling/gen/sdk/fidl/fuchsia.hardware.sensors/fuchsia.hardware.sensors/cpp/fidl/fuchsia.hardware.sensors/cpp/wire_types.h
Public Methods
::fuchsia_hardware_sensors::wire::FilePlaybackConfig Build ()
Build and return the table. The builder should not be used after this.
bool has_file_path ()
void clear_file_path ()
Clears the file_path field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & file_path ()
The path of the data file to read.
BuilderImpl & file_path (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The path of the data file to read.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_sensors::wire::FilePlaybackConfig, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_sensors::wire::FilePlaybackConfig>> && frame)