class SessionManagerStartSessionOnBootResult
Defined at line 1952 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/natural_types.h
Public Methods
void SessionManagerStartSessionOnBootResult (SessionManagerStartSessionOnBootResult && other)
SessionManagerStartSessionOnBootResult & operator= (SessionManagerStartSessionOnBootResult && other)
void SessionManagerStartSessionOnBootResult (const SessionManagerStartSessionOnBootResult & other)
SessionManagerStartSessionOnBootResult & operator= (const SessionManagerStartSessionOnBootResult & other)
bool operator== (const SessionManagerStartSessionOnBootResult & other)
bool operator!= (const SessionManagerStartSessionOnBootResult & other)
::fuchsia_cpu_profiler::SessionManagerStartSessionOnBootResult::Tag Which ()
SessionManagerStartSessionOnBootResult WithResponse (::fuchsia_cpu_profiler::SessionManagerStartSessionOnBootResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
SessionManagerStartSessionOnBootResult & response (::fuchsia_cpu_profiler::SessionManagerStartSessionOnBootResponse value)
Sets the union to hold the response member.
SessionManagerStartSessionOnBootResult WithErr (::fuchsia_cpu_profiler::ManagerError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
SessionManagerStartSessionOnBootResult & err (::fuchsia_cpu_profiler::ManagerError value)
Sets the union to hold the err member.
void SessionManagerStartSessionOnBootResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 1960 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits