class FlexibleTable

Defined at line 92 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.flexible.test/cpp/fidl/llcpptest.flexible.test/cpp/wire_types.h

Only one of the fields will be set by the server. This allows

the transaction to infer which field is present. See flexible_test.cc.

Public Methods

void FlexibleTable ()

Defined at line 94 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.flexible.test/cpp/fidl/llcpptest.flexible.test/cpp/wire_types.h

void FlexibleTable (const FlexibleTable & other)

Defined at line 95 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.flexible.test/cpp/fidl/llcpptest.flexible.test/cpp/wire_types.h

FlexibleTable & operator= (const FlexibleTable & other)

Defined at line 96 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.flexible.test/cpp/fidl/llcpptest.flexible.test/cpp/wire_types.h

void FlexibleTable (FlexibleTable && other)

Defined at line 97 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.flexible.test/cpp/fidl/llcpptest.flexible.test/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< ::llcpptest_flexible_test::wire::FlexibleTable> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::llcpptest_flexible_test::wire::FlexibleTable> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::llcpptest_flexible_test::wire::FlexibleTable>> frame)

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

FlexibleTable & operator= (FlexibleTable && other)

Defined at line 98 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.flexible.test/cpp/fidl/llcpptest.flexible.test/cpp/wire_types.h

::fidl::Array<uint8_t, 30> & want_more_than_30_bytes_at_ordinal_3 ()
bool has_want_more_than_30_bytes_at_ordinal_3 ()
::fidl::Array< ::zx::handle, 4> & want_more_than_4_handles_at_ordinal_4 ()
bool has_want_more_than_4_handles_at_ordinal_4 ()
void ~FlexibleTable ()

Defined at line 100 of file fidling/gen/src/lib/fidl/llcpp/tests/integration/llcpptest.flexible.test/cpp/fidl/llcpptest.flexible.test/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder