class ProcessLimboRemoveFiltersResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void ProcessLimboRemoveFiltersResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits