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