class CookieId
Defined at line 1825 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Public Methods
void CookieId ()
Defined at line 1827 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
void CookieId (const CookieId & other)
Defined at line 1828 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
CookieId & operator= (const CookieId & other)
Defined at line 1829 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
void CookieId (CookieId && other)
Defined at line 1830 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_web::wire::CookieId> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_web::wire::CookieId> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_web::wire::CookieId>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
::fidl::StringView & name ()
An RFC2616 "token" chosen by the site to identify the cookie.
bool has_name ()
::fidl::StringView & domain ()
The RFC1034 "subdomain" to which this cookie is scoped.
e.g. "example.com" allows access from all *.example.com sub-domains.
bool has_domain ()
CookieId & operator= (CookieId && other)
Defined at line 1831 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
::fidl::StringView & path ()
The URL "path" prefix to which this cookie is scoped.
e.g. "/" allows access from all paths.
bool has_path ()
void ~CookieId ()
Defined at line 1833 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder