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