template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 310 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::ThisIsATable Build ()
Build and return the table. The builder should not be used after this.
bool has_s ()
void clear_s ()
Clears the s field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & s ()
Getter for s.
BuilderImpl & s (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Setter for s.
Protected Methods
void WireTableBaseBuilder< ::fidl_test_compatibility::wire::ThisIsATable, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fidl_test_compatibility::wire::ThisIsATable>> && frame)