template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 208 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/wire_types.h
Public Methods
::fuchsia_examples::wire::User Build ()
Build and return the table. The builder should not be used after this.
bool has_age ()
void clear_age ()
Clears the age field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint8_t & age ()
Getter for age.
BuilderImpl & age (uint8_t elem)
Setter for age.
bool has_name ()
void clear_name ()
Clears the name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & name ()
Getter for name.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Setter for name.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_examples::wire::User, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_examples::wire::User>> && frame)