class TestCase

Defined at line 235 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h

Description of an enumerated test case.

Public Methods

void TestCase (Storage_ storage)
void TestCase ()

Defined at line 240 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h

void TestCase (TestCase && )

Defined at line 241 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h

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

Defined at line 242 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h

TestCase & operator= (const TestCase & other)
bool operator== (const TestCase & other)
bool operator!= (const TestCase & other)
bool IsEmpty ()
const std::optional< ::std::string> & name ()

Name of the test case.

::std::optional< ::std::string> & name ()

Name of the test case.

TestCase & name (std::optional< ::std::string> value)

Name of the test case.

void TestCase (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits