template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1912 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Public Methods
::fuchsia_web::wire::CookieId Build ()
Build and return the table. The builder should not be used after this.
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 ()
An RFC2616 "token" chosen by the site to identify the cookie.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
An RFC2616 "token" chosen by the site to identify the cookie.
bool has_domain ()
void clear_domain ()
Clears the domain field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & domain ()
The RFC1034 "subdomain" to which this cookie is scoped.
e.g. "example.com" allows access from all *.example.com sub-domains.
BuilderImpl & domain (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The RFC1034 "subdomain" to which this cookie is scoped.
e.g. "example.com" allows access from all *.example.com sub-domains.
bool has_path ()
void clear_path ()
Clears the path field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & path ()
The URL "path" prefix to which this cookie is scoped.
e.g. "/" allows access from all paths.
BuilderImpl & path (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The URL "path" prefix to which this cookie is scoped.
e.g. "/" allows access from all paths.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_web::wire::CookieId, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_web::wire::CookieId>> && frame)