template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1306 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_service/cpp/fidl/fidl.test.compatibility/cpp/wire_types.h
Public Methods
::fidl_test_compatibility::wire::RequestTable Build ()
Build and return the table. The builder should not be used after this.
bool has_value ()
void clear_value ()
Clears the value field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & value ()
Getter for value.
BuilderImpl & value (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Setter for value.
bool has_forward_to_server ()
void clear_forward_to_server ()
Clears the forward_to_server field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & forward_to_server ()
Getter for forward_to_server.
BuilderImpl & forward_to_server (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Setter for forward_to_server.
Protected Methods
void WireTableBaseBuilder< ::fidl_test_compatibility::wire::RequestTable, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fidl_test_compatibility::wire::RequestTable>> && frame)