class TopologicalPathGetTopologicalPathResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void TopologicalPathGetTopologicalPathResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits