class ControllerGetTopologicalPathResult

Defined at line 719 of file fidling/gen/sdk/fidl/fuchsia.device/fuchsia.device/cpp/fidl/fuchsia.device/cpp/natural_types.h

Public Methods

void ControllerGetTopologicalPathResult (ControllerGetTopologicalPathResult && other)
ControllerGetTopologicalPathResult & operator= (ControllerGetTopologicalPathResult && other)
void ControllerGetTopologicalPathResult (const ControllerGetTopologicalPathResult & other)
ControllerGetTopologicalPathResult & operator= (const ControllerGetTopologicalPathResult & other)
bool operator== (const ControllerGetTopologicalPathResult & other)
bool operator!= (const ControllerGetTopologicalPathResult & other)
::fuchsia_device::ControllerGetTopologicalPathResult::Tag Which ()
ControllerGetTopologicalPathResult WithResponse (::fuchsia_device::ControllerGetTopologicalPathResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ControllerGetTopologicalPathResult & response (::fuchsia_device::ControllerGetTopologicalPathResponse value)

Sets the union to hold the response member.

ControllerGetTopologicalPathResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ControllerGetTopologicalPathResult & err (int32_t value)

Sets the union to hold the err member.

void ControllerGetTopologicalPathResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 727 of file fidling/gen/sdk/fidl/fuchsia.device/fuchsia.device/cpp/fidl/fuchsia.device/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits