class SessionManagerStartSessionResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void SessionManagerStartSessionResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits