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