class ProcessLimboWatchProcessesWaitingOnExceptionResult

Defined at line 1381 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/cpp/fidl/fuchsia.exception/cpp/natural_types.h

Public Methods

void ProcessLimboWatchProcessesWaitingOnExceptionResult (ProcessLimboWatchProcessesWaitingOnExceptionResult && other)
ProcessLimboWatchProcessesWaitingOnExceptionResult & operator= (ProcessLimboWatchProcessesWaitingOnExceptionResult && other)
::fuchsia_exception::ProcessLimboWatchProcessesWaitingOnExceptionResult::Tag Which ()
ProcessLimboWatchProcessesWaitingOnExceptionResult WithResponse (::fuchsia_exception::ProcessLimboWatchProcessesWaitingOnExceptionResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ProcessLimboWatchProcessesWaitingOnExceptionResult & response (::fuchsia_exception::ProcessLimboWatchProcessesWaitingOnExceptionResponse value)

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void ProcessLimboWatchProcessesWaitingOnExceptionResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 1389 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/cpp/fidl/fuchsia.exception/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits