class FileAllocateResult

Defined at line 3950 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

Public Methods

void FileAllocateResult ()
void FileAllocateResult (const FileAllocateResult & )

Defined at line 3956 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

FileAllocateResult & operator= (const FileAllocateResult & )

Defined at line 3957 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

void FileAllocateResult (FileAllocateResult && )

Defined at line 3958 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

bool has_invalid_tag ()
bool is_response ()
FileAllocateResult WithResponse (::fuchsia_io::wire::FileAllocateResponse val)
FileAllocateResult & operator= (FileAllocateResult && )

Defined at line 3959 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h

::fuchsia_io::wire::FileAllocateResponse & response ()
const ::fuchsia_io::wire::FileAllocateResponse & response ()
bool is_err ()
FileAllocateResult WithErr (int32_t val)
int32_t & err ()
const int32_t & err ()
bool is_framework_err ()
FileAllocateResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
::fidl::internal::FrameworkErr & framework_err ()
const ::fidl::internal::FrameworkErr & framework_err ()
::fuchsia_io::wire::FileAllocateResult::Tag Which ()

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

Defined at line 3961 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h