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