template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2173 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Public Methods
::fuchsia_web::wire::Cookie Build ()
Build and return the table. The builder should not be used after this.
bool has_id ()
void clear_id ()
Clears the id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_web::wire::CookieId & id ()
A table with fields to identify a cookie.
BuilderImpl & id (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_web::wire::CookieId>> elem)
A table with fields to identify a cookie.
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.
::fidl::StringView & value ()
The cookie value.
RFC6265 does not specify an upper limit on cookie size, but recommends
that at least 4096 bytes are supported.
BuilderImpl & value (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The cookie value.
RFC6265 does not specify an upper limit on cookie size, but recommends
that at least 4096 bytes are supported.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_web::wire::Cookie, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_web::wire::Cookie>> && frame)