class ProcessLimboListProcessesWaitingOnExceptionResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void ProcessLimboListProcessesWaitingOnExceptionResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits