template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 3172 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
Public Methods
::fuchsia_test_manager::wire::Event Build ()
Build and return the table. The builder should not be used after this.
bool has_timestamp ()
void clear_timestamp ()
Clears the timestamp field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & timestamp ()
The time at which the event occurred.
BuilderImpl & timestamp (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
The time at which the event occurred.
bool has_details ()
void clear_details ()
Clears the details field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_test_manager::wire::EventDetails & details ()
The details of the event.
BuilderImpl & details (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_test_manager::wire::EventDetails>> elem)
The details of the event.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_test_manager::wire::Event, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_test_manager::wire::Event>> && frame)