class FileAllocateResult
Defined at line 2115 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
Public Methods
void FileAllocateResult (FileAllocateResult && other)
FileAllocateResult & operator= (FileAllocateResult && other)
void FileAllocateResult (const FileAllocateResult & other)
FileAllocateResult & operator= (const FileAllocateResult & other)
bool operator== (const FileAllocateResult & other)
bool operator!= (const FileAllocateResult & other)
::fuchsia_io::FileAllocateResult::Tag Which ()
FileAllocateResult WithResponse (::fuchsia_io::FileAllocateResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
FileAllocateResult & response (::fuchsia_io::FileAllocateResponse value)
Sets the union to hold the response member.
FileAllocateResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
FileAllocateResult & err (int32_t value)
Sets the union to hold the err member.
FileAllocateResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
FileAllocateResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void FileAllocateResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| kFrameworkErr | 3 |
TODO: share union tag types between wire
&
natural.
Defined at line 2126 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits