class ErrorMethodsManyArgsCustomErrorResponse

Defined at line 236 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.error.methods/cpp/fidl/test.error.methods/cpp/natural_types.h

Public Methods

void ErrorMethodsManyArgsCustomErrorResponse (Storage_ storage)
void ErrorMethodsManyArgsCustomErrorResponse (int32_t a, int32_t b, int32_t c)
void ErrorMethodsManyArgsCustomErrorResponse ()

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

Defined at line 247 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.error.methods/cpp/fidl/test.error.methods/cpp/natural_types.h

void ErrorMethodsManyArgsCustomErrorResponse (ErrorMethodsManyArgsCustomErrorResponse && )

Defined at line 250 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.error.methods/cpp/fidl/test.error.methods/cpp/natural_types.h

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

Defined at line 251 of file fidling/gen/sdk/testing/fidl/protocols_tests/test.error.methods/cpp/fidl/test.error.methods/cpp/natural_types.h

ErrorMethodsManyArgsCustomErrorResponse & operator= (const ErrorMethodsManyArgsCustomErrorResponse & other)
bool operator== (const ErrorMethodsManyArgsCustomErrorResponse & other)
bool operator!= (const ErrorMethodsManyArgsCustomErrorResponse & other)
int32_t a ()
int32_t & a ()
ErrorMethodsManyArgsCustomErrorResponse & a (int32_t value)

Setter for a.

int32_t b ()
int32_t & b ()
ErrorMethodsManyArgsCustomErrorResponse & b (int32_t value)

Setter for b.

int32_t c ()
int32_t & c ()
ErrorMethodsManyArgsCustomErrorResponse & c (int32_t value)

Setter for c.

void ErrorMethodsManyArgsCustomErrorResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits