template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 10867 of file fidling/gen/sdk/fidl/fuchsia.audio.mixer/fuchsia.audio.mixer/cpp/fidl/fuchsia.audio.mixer/cpp/wire_types.h
Public Methods
::fuchsia_audio_mixer::wire::SyntheticClockRealmNowResponse Build ()
Build and return the table. The builder should not be used after this.
bool has_now ()
void clear_now ()
Clears the now field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & now ()
Getter for now.
BuilderImpl & now (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
Setter for now.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_audio_mixer::wire::SyntheticClockRealmNowResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_audio_mixer::wire::SyntheticClockRealmNowResponse>> && frame)