class AioStopped
Defined at line 1065 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
A return value indicating asynchronous IO has stopped, optionally with an error.
Public Methods
void AioStopped (Storage_ storage)
void AioStopped (::fidl::Box< ::fuchsia_fdomain::Error> error)
void AioStopped ()
Default constructs a |AioStopped| only if all of its members are default constructible.
Defined at line 1075 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
void AioStopped (AioStopped && )
Defined at line 1078 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
void AioStopped (const AioStopped & other)
AioStopped & operator= (AioStopped && )
Defined at line 1079 of file fidling/gen/sdk/fidl/fuchsia.fdomain/fuchsia.fdomain/cpp/fidl/fuchsia.fdomain/cpp/natural_types.h
AioStopped & operator= (const AioStopped & other)
bool operator== (const AioStopped & other)
bool operator!= (const AioStopped & other)
const ::fidl::Box< ::fuchsia_fdomain::Error> & error ()
::fidl::Box< ::fuchsia_fdomain::Error> & error ()
AioStopped & error (::fidl::Box< ::fuchsia_fdomain::Error> value)
Setter for error.
void AioStopped (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits