class TestStrictXUnionInStruct

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

Public Methods

void TestStrictXUnionInStruct (Storage_ storage)
void TestStrictXUnionInStruct (::test_types::TestStrictXUnion xu)
void TestStrictXUnionInStruct ()

Default constructs a |TestStrictXUnionInStruct| only if all of its members are default constructible.

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

void TestStrictXUnionInStruct (TestStrictXUnionInStruct && )

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

void TestStrictXUnionInStruct (const TestStrictXUnionInStruct & other)
TestStrictXUnionInStruct & operator= (TestStrictXUnionInStruct && )

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

TestStrictXUnionInStruct & operator= (const TestStrictXUnionInStruct & other)
bool operator== (const TestStrictXUnionInStruct & other)
bool operator!= (const TestStrictXUnionInStruct & other)
const ::test_types::TestStrictXUnion & xu ()
::test_types::TestStrictXUnion & xu ()
TestStrictXUnionInStruct & xu (::test_types::TestStrictXUnion value)

Setter for xu.

void TestStrictXUnionInStruct (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits