class LeaseControlWatchStatusResult

Defined at line 1334 of file fidling/gen/sdk/fidl/fuchsia.power.broker/fuchsia.power.broker/cpp/fidl/fuchsia.power.broker/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

LeaseControlWatchStatusResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
::fidl::internal::UnionMemberView<2, Storage_> framework_err ()
LeaseControlWatchStatusResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void LeaseControlWatchStatusResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 1342 of file fidling/gen/sdk/fidl/fuchsia.power.broker/fuchsia.power.broker/cpp/fidl/fuchsia.power.broker/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits