class Uint64Table

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

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

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

Return a builder that by defaults allocates of an arena.

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

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

void Uint64Table ()

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

void Uint64Table (const Uint64Table & other)

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

Uint64Table & operator= (const Uint64Table & other)

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

void Uint64Table (Uint64Table && other)

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

Uint64Table & operator= (Uint64Table && other)

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

uint64_t & x ()
bool has_x ()
Uint64Table & set_x (::fidl::ObjectView<uint64_t> elem)
Uint64Table & set_x (std::nullptr_t )
Uint64Table & clear_x ()
void Uint64Table (::fidl::AnyArena & allocator)
void Uint64Table (::fidl::ObjectView< ::fidl::WireTableFrame< ::test_types::wire::Uint64Table>> && 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::Uint64Table>> && frame_ptr)
void ~Uint64Table ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder