class PlatformBusAddCompositeNodeSpecResult

Defined at line 2437 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void PlatformBusAddCompositeNodeSpecResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 2447 of file fidling/gen/sdk/fidl/fuchsia.hardware.platform.bus/fuchsia.hardware.platform.bus/cpp/fidl/fuchsia.hardware.platform.bus/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits