class FileObject
Defined at line 4383 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
Public Methods
void FileObject (Storage_ storage)
void FileObject (::zx::event event, ::zx::stream stream)
void FileObject ()
Default constructs a |FileObject| only if all of its members are default constructible.
Defined at line 4393 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
void FileObject (FileObject && )
Defined at line 4396 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
const ::zx::event & event ()
An optional event which transmits information about an object's readability
or writability. This event relays information about the underlying object, not
the capability granted to client: this event may be signalled "readable" on a
connection that does not have the capability to read.
The "`FILE_SIGNAL_`" values may be observed on this event.
::zx::event & event ()
An optional event which transmits information about an object's readability
or writability. This event relays information about the underlying object, not
the capability granted to client: this event may be signalled "readable" on a
connection that does not have the capability to read.
The "`FILE_SIGNAL_`" values may be observed on this event.
FileObject & event (::zx::event value)
An optional event which transmits information about an object's readability
or writability. This event relays information about the underlying object, not
the capability granted to client: this event may be signalled "readable" on a
connection that does not have the capability to read.
The "`FILE_SIGNAL_`" values may be observed on this event.
FileObject & operator= (FileObject && )
Defined at line 4397 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
const ::zx::stream & stream ()
A placeholder for future stream support.
Currently, servers are required not to send a handle in this field.
::zx::stream & stream ()
A placeholder for future stream support.
Currently, servers are required not to send a handle in this field.
FileObject & stream (::zx::stream value)
A placeholder for future stream support.
Currently, servers are required not to send a handle in this field.
void FileObject (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits