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