class Cookie

Defined at line 2098 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

Public Methods

void Cookie ()

Defined at line 2100 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

void Cookie (const Cookie & other)

Defined at line 2101 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

Cookie & operator= (const Cookie & other)

Defined at line 2102 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

void Cookie (Cookie && other)

Defined at line 2103 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.

void _CloseHandles ()
::fidl::WireTableBuilder< ::fuchsia_web::wire::Cookie> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_web::wire::Cookie> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_web::wire::Cookie>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

::fuchsia_web::wire::CookieId & id ()

A table with fields to identify a cookie.

bool has_id ()
Cookie & operator= (Cookie && other)

Defined at line 2104 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

::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.

bool has_value ()
void ~Cookie ()

Defined at line 2106 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder