class FileWriteAtResult

Defined at line 1602 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h

Public Methods

void FileWriteAtResult (FileWriteAtResult && other)
FileWriteAtResult & operator= (FileWriteAtResult && other)
void FileWriteAtResult (const FileWriteAtResult & other)
FileWriteAtResult & operator= (const FileWriteAtResult & other)
bool operator== (const FileWriteAtResult & other)
bool operator!= (const FileWriteAtResult & other)
::fuchsia_io::FileWriteAtResult::Tag Which ()
FileWriteAtResult WithResponse (::fuchsia_io::FileWriteAtResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
FileWriteAtResult & response (::fuchsia_io::FileWriteAtResponse value)

Sets the union to hold the response member.

FileWriteAtResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
FileWriteAtResult & err (int32_t value)

Sets the union to hold the err member.

void FileWriteAtResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 1612 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits