class Case

Defined at line 2660 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 Case (Storage_ storage)
void Case ()

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

void Case (Case && )

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

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

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

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

Name of the test case.

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

Name of the test case.

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

Name of the test case.

void Case (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits