class ComposedEchoUnionResponseWithErrorComposedRequest
Defined at line 417 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/cpp/fidl/fidl.test.imported/cpp/natural_types.h
Public Methods
void ComposedEchoUnionResponseWithErrorComposedRequest (Storage_ storage)
void ComposedEchoUnionResponseWithErrorComposedRequest (int64_t value, bool want_absolute_value, ::std::string forward_to_server, uint32_t result_err, ::fidl_test_imported::WantResponse result_variant)
void ComposedEchoUnionResponseWithErrorComposedRequest ()
Default constructs a |ComposedEchoUnionResponseWithErrorComposedRequest| only if all of its members are default constructible.
Defined at line 428 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/cpp/fidl/fidl.test.imported/cpp/natural_types.h
void ComposedEchoUnionResponseWithErrorComposedRequest (ComposedEchoUnionResponseWithErrorComposedRequest && )
Defined at line 431 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/cpp/fidl/fidl.test.imported/cpp/natural_types.h
void ComposedEchoUnionResponseWithErrorComposedRequest (const ComposedEchoUnionResponseWithErrorComposedRequest & other)
ComposedEchoUnionResponseWithErrorComposedRequest & operator= (ComposedEchoUnionResponseWithErrorComposedRequest && )
Defined at line 432 of file fidling/gen/src/tests/fidl/compatibility/fidl/fidl_import/cpp/fidl/fidl.test.imported/cpp/natural_types.h
ComposedEchoUnionResponseWithErrorComposedRequest & operator= (const ComposedEchoUnionResponseWithErrorComposedRequest & other)
bool operator== (const ComposedEchoUnionResponseWithErrorComposedRequest & other)
bool operator!= (const ComposedEchoUnionResponseWithErrorComposedRequest & other)
int64_t value ()
int64_t & value ()
ComposedEchoUnionResponseWithErrorComposedRequest & value (int64_t value)
Setter for value.
bool want_absolute_value ()
bool & want_absolute_value ()
ComposedEchoUnionResponseWithErrorComposedRequest & want_absolute_value (bool value)
Setter for want_absolute_value.
const ::std::string & forward_to_server ()
::std::string & forward_to_server ()
ComposedEchoUnionResponseWithErrorComposedRequest & forward_to_server (::std::string value)
Setter for forward_to_server.
uint32_t result_err ()
uint32_t & result_err ()
ComposedEchoUnionResponseWithErrorComposedRequest & result_err (uint32_t value)
Setter for result_err.
::fidl_test_imported::WantResponse result_variant ()
::fidl_test_imported::WantResponse & result_variant ()
ComposedEchoUnionResponseWithErrorComposedRequest & result_variant (::fidl_test_imported::WantResponse value)
Setter for result_variant.
void ComposedEchoUnionResponseWithErrorComposedRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits