template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 586 of file fidling/gen/sdk/testing/fidl/fidl_test/cpp/fidl/fidl.test.misc/cpp/wire_types.h
Public Methods
::fidl_test_misc::wire::NewerSimpleTable 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.
int64_t & x ()
Getter for x.
BuilderImpl & x (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
Setter for x.
bool has_y ()
void clear_y ()
Clears the y field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & y ()
Getter for y.
BuilderImpl & y (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
Setter for y.
bool has_z ()
void clear_z ()
Clears the z field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int64_t & z ()
Getter for z.
BuilderImpl & z (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
Setter for z.
Protected Methods
void WireTableBaseBuilder< ::fidl_test_misc::wire::NewerSimpleTable, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fidl_test_misc::wire::NewerSimpleTable>> && frame)