class SampleEmptyTable

Defined at line 549 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h

Verifies that an empty table compiles.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::test_types::wire::SampleEmptyTable> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::test_types::wire::SampleEmptyTable> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::test_types::wire::SampleEmptyTable>> frame)

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

void SampleEmptyTable ()

Defined at line 551 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h

void SampleEmptyTable (const SampleEmptyTable & other)

Defined at line 552 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h

SampleEmptyTable & operator= (const SampleEmptyTable & other)

Defined at line 553 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h

void SampleEmptyTable (SampleEmptyTable && other)

Defined at line 554 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h

void SampleEmptyTable (::fidl::AnyArena & allocator)
void SampleEmptyTable (::fidl::ObjectView< ::fidl::WireTableFrame< ::test_types::wire::SampleEmptyTable>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::test_types::wire::SampleEmptyTable>> && frame_ptr)
SampleEmptyTable & operator= (SampleEmptyTable && other)

Defined at line 555 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h

void ~SampleEmptyTable ()

Defined at line 557 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder