class SessionManagerAbortSessionResult

Defined at line 1717 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/natural_types.h

Public Methods

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

Sets the union to hold the response member.

SessionManagerAbortSessionResult WithErr (::fuchsia_cpu_profiler::ManagerError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
SessionManagerAbortSessionResult & err (::fuchsia_cpu_profiler::ManagerError value)

Sets the union to hold the err member.

void SessionManagerAbortSessionResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 1725 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits