template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1126 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h
Public Methods
::test_types::wire::Uint64Table Build ()
Build and return the table. The builder should not be used after this.
bool has_x ()
void clear_x ()
Clears the x field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & x ()
Getter for x.
BuilderImpl & x (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for x.
Protected Methods
void WireTableBaseBuilder< ::test_types::wire::Uint64Table, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::test_types::wire::Uint64Table>> && frame)