class ComplexTable
Defined at line 751 of file fidling/gen/sdk/testing/fidl/fidl_test/cpp/fidl/fidl.test.misc/cpp/wire_types.h
Public Methods
void ComplexTable ()
Defined at line 753 of file fidling/gen/sdk/testing/fidl/fidl_test/cpp/fidl/fidl.test.misc/cpp/wire_types.h
void ComplexTable (const ComplexTable & other)
Defined at line 754 of file fidling/gen/sdk/testing/fidl/fidl_test/cpp/fidl/fidl.test.misc/cpp/wire_types.h
bool has_u ()
ComplexTable & operator= (const ComplexTable & other)
Defined at line 755 of file fidling/gen/sdk/testing/fidl/fidl_test/cpp/fidl/fidl.test.misc/cpp/wire_types.h
void ComplexTable (ComplexTable && other)
Defined at line 756 of file fidling/gen/sdk/testing/fidl/fidl_test/cpp/fidl/fidl.test.misc/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fidl_test_misc::wire::ComplexTable> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fidl_test_misc::wire::ComplexTable> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fidl_test_misc::wire::ComplexTable>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
ComplexTable & operator= (ComplexTable && other)
Defined at line 757 of file fidling/gen/sdk/testing/fidl/fidl_test/cpp/fidl/fidl.test.misc/cpp/wire_types.h
::fidl_test_misc::wire::SimpleTable & simple ()
bool has_simple ()
::fidl_test_misc::wire::SampleXUnion & u ()
::fidl::VectorView< ::fidl::StringView> & strings ()
bool has_strings ()
ComplexTable & set_simple (::fidl::ObjectView< ::fidl_test_misc::wire::SimpleTable> elem)
ComplexTable & set_simple (std::nullptr_t )
ComplexTable & clear_simple ()
ComplexTable & set_u (::fidl::ObjectView< ::fidl_test_misc::wire::SampleXUnion> elem)
ComplexTable & set_u (std::nullptr_t )
ComplexTable & clear_u ()
ComplexTable & set_strings (::fidl::ObjectView< ::fidl::VectorView< ::fidl::StringView>> elem)
ComplexTable & set_strings (std::nullptr_t )
ComplexTable & clear_strings ()
void ComplexTable (::fidl::AnyArena & allocator)
void ComplexTable (::fidl::ObjectView< ::fidl::WireTableFrame< ::fidl_test_misc::wire::ComplexTable>> && 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< ::fidl_test_misc::wire::ComplexTable>> && frame_ptr)
void ~ComplexTable ()
Defined at line 759 of file fidling/gen/sdk/testing/fidl/fidl_test/cpp/fidl/fidl.test.misc/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder