class CaseFound

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

Public Methods

void CaseFound (Storage_ storage)
void CaseFound (::std::string test_case_name, uint32_t identifier)
void CaseFound ()

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

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

void CaseFound (CaseFound && )

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

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

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

CaseFound & operator= (const CaseFound & other)
bool operator== (const CaseFound & other)
bool operator!= (const CaseFound & other)
const ::std::string & test_case_name ()

Name of this test case.

::std::string & test_case_name ()

Name of this test case.

CaseFound & test_case_name (::std::string value)

Name of this test case.

uint32_t identifier ()

Used to identify this test case in subsequent payloads

uint32_t & identifier ()

Used to identify this test case in subsequent payloads

CaseFound & identifier (uint32_t value)

Used to identify this test case in subsequent payloads

void CaseFound (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits