class FooResponse

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

Public Methods

void FooResponse (Storage_ storage)
void FooResponse (int32_t bar)
void FooResponse ()

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

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

void FooResponse (FooResponse && )

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

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

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

FooResponse & operator= (const FooResponse & other)
bool operator== (const FooResponse & other)
bool operator!= (const FooResponse & other)
int32_t bar ()
int32_t & bar ()
FooResponse & bar (int32_t value)

Setter for bar.

void FooResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits