class SerializableTable
Defined at line 2042 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h
Public Members
static const char[] kSerializableName
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::test_types::wire::SerializableTable> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::test_types::wire::SerializableTable> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::test_types::wire::SerializableTable>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void SerializableTable ()
Defined at line 2045 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h
void SerializableTable (const SerializableTable & other)
Defined at line 2046 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h
SerializableTable & operator= (const SerializableTable & other)
Defined at line 2047 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h
void SerializableTable (SerializableTable && other)
Defined at line 2048 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h
void SerializableTable (::fidl::AnyArena & allocator)
void SerializableTable (::fidl::ObjectView< ::fidl::WireTableFrame< ::test_types::wire::SerializableTable>> && 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::SerializableTable>> && frame_ptr)
SerializableTable & operator= (SerializableTable && other)
Defined at line 2049 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h
void ~SerializableTable ()
Defined at line 2051 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder