template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 759 of file fidling/gen/sdk/fidl/fuchsia.camera2/fuchsia.camera2/cpp/fidl/fuchsia.camera2/cpp/wire_types.h
Public Methods
::fuchsia_camera2::wire::StreamProperties Build ()
Build and return the table. The builder should not be used after this.
bool has_stream_type ()
void clear_stream_type ()
Clears the stream_type field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_camera2::wire::CameraStreamType & stream_type ()
These could be one or more of the above mentioned Stream Types
BuilderImpl & stream_type (::fuchsia_camera2::wire::CameraStreamType elem)
These could be one or more of the above mentioned Stream Types
Protected Methods
void WireTableBaseBuilder< ::fuchsia_camera2::wire::StreamProperties, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_camera2::wire::StreamProperties>> && frame)