class CookieId
Defined at line 1443 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
Public Methods
void CookieId (Storage_ storage)
void CookieId ()
Defined at line 1448 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
void CookieId (CookieId && )
Defined at line 1449 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
void CookieId (const CookieId & other)
CookieId & operator= (CookieId && )
Defined at line 1450 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
CookieId & operator= (const CookieId & other)
bool operator== (const CookieId & other)
bool operator!= (const CookieId & other)
bool IsEmpty ()
const std::optional< ::std::string> & name ()
An RFC2616 "token" chosen by the site to identify the cookie.
::std::optional< ::std::string> & name ()
An RFC2616 "token" chosen by the site to identify the cookie.
CookieId & name (std::optional< ::std::string> value)
An RFC2616 "token" chosen by the site to identify the cookie.
const std::optional< ::std::string> & domain ()
The RFC1034 "subdomain" to which this cookie is scoped.
e.g. "example.com" allows access from all *.example.com sub-domains.
::std::optional< ::std::string> & domain ()
The RFC1034 "subdomain" to which this cookie is scoped.
e.g. "example.com" allows access from all *.example.com sub-domains.
CookieId & domain (std::optional< ::std::string> value)
The RFC1034 "subdomain" to which this cookie is scoped.
e.g. "example.com" allows access from all *.example.com sub-domains.
const std::optional< ::std::string> & path ()
The URL "path" prefix to which this cookie is scoped.
e.g. "/" allows access from all paths.
::std::optional< ::std::string> & path ()
The URL "path" prefix to which this cookie is scoped.
e.g. "/" allows access from all paths.
CookieId & path (std::optional< ::std::string> value)
The URL "path" prefix to which this cookie is scoped.
e.g. "/" allows access from all paths.
void CookieId (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits