class Cookie
Defined at line 1527 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
Public Methods
void Cookie (Storage_ storage)
void Cookie ()
Defined at line 1532 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
void Cookie (Cookie && )
Defined at line 1533 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
bool IsEmpty ()
const std::optional< ::fuchsia_web::CookieId> & id ()
A table with fields to identify a cookie.
::std::optional< ::fuchsia_web::CookieId> & id ()
A table with fields to identify a cookie.
Cookie & id (std::optional< ::fuchsia_web::CookieId> value)
A table with fields to identify a cookie.
Cookie & operator= (Cookie && )
Defined at line 1534 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
const std::optional< ::std::string> & value ()
The cookie value.
RFC6265 does not specify an upper limit on cookie size, but recommends
that at least 4096 bytes are supported.
::std::optional< ::std::string> & value ()
The cookie value.
RFC6265 does not specify an upper limit on cookie size, but recommends
that at least 4096 bytes are supported.
Cookie & value (std::optional< ::std::string> value)
The cookie value.
RFC6265 does not specify an upper limit on cookie size, but recommends
that at least 4096 bytes are supported.
void Cookie (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits