class SessionManagerStopSessionResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void SessionManagerStopSessionResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits