class XUnionInTable

Defined at line 999 of file fidling/gen/sdk/testing/fidl/fidl_test/cpp/fidl/fidl.test.misc/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< ::fidl_test_misc::wire::XUnionInTable> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fidl_test_misc::wire::XUnionInTable> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fidl_test_misc::wire::XUnionInTable>> frame)

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

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fidl_test_misc::wire::XUnionInTable>> && frame_ptr)
void XUnionInTable ()

Defined at line 1001 of file fidling/gen/sdk/testing/fidl/fidl_test/cpp/fidl/fidl.test.misc/cpp/wire_types.h

void XUnionInTable (XUnionInTable && other)

Defined at line 1004 of file fidling/gen/sdk/testing/fidl/fidl_test/cpp/fidl/fidl.test.misc/cpp/wire_types.h

::fidl::StringView & before ()
bool has_before ()
XUnionInTable & operator= (XUnionInTable && other)

Defined at line 1005 of file fidling/gen/sdk/testing/fidl/fidl_test/cpp/fidl/fidl.test.misc/cpp/wire_types.h

::fidl_test_misc::wire::SampleXUnion & xu ()
bool has_xu ()
bool has_after ()
XUnionInTable & operator= (const XUnionInTable & other)

Defined at line 1003 of file fidling/gen/sdk/testing/fidl/fidl_test/cpp/fidl/fidl.test.misc/cpp/wire_types.h

XUnionInTable & set_before (::fidl::ObjectView< ::fidl::StringView> elem)
XUnionInTable & set_before (std::nullptr_t )
XUnionInTable & clear_before ()
XUnionInTable & set_xu (::fidl::ObjectView< ::fidl_test_misc::wire::SampleXUnion> elem)
XUnionInTable & set_xu (std::nullptr_t )
XUnionInTable & clear_xu ()
XUnionInTable & set_after (::fidl::ObjectView< ::fidl::StringView> elem)
XUnionInTable & set_after (std::nullptr_t )
XUnionInTable & clear_after ()
void XUnionInTable (::fidl::AnyArena & allocator)
void XUnionInTable (::fidl::ObjectView< ::fidl::WireTableFrame< ::fidl_test_misc::wire::XUnionInTable>> && 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 XUnionInTable (const XUnionInTable & other)

Defined at line 1002 of file fidling/gen/sdk/testing/fidl/fidl_test/cpp/fidl/fidl.test.misc/cpp/wire_types.h

::fidl::StringView & after ()
void ~XUnionInTable ()

Defined at line 1007 of file fidling/gen/sdk/testing/fidl/fidl_test/cpp/fidl/fidl.test.misc/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder