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