class OnBootTargetConfig
Defined at line 777 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/natural_types.h
Public Methods
void OnBootTargetConfig (OnBootTargetConfig && other)
OnBootTargetConfig & operator= (OnBootTargetConfig && other)
void OnBootTargetConfig (const OnBootTargetConfig & other)
OnBootTargetConfig & operator= (const OnBootTargetConfig & other)
bool operator== (const OnBootTargetConfig & other)
bool operator!= (const OnBootTargetConfig & other)
bool IsUnknown ()
::fuchsia_cpu_profiler::OnBootTargetConfig::Tag Which ()
OnBootTargetConfig WithTasks (::std::vector< ::fuchsia_cpu_profiler::Task> val)
const ::fidl::internal::UnionMemberView<1, Storage_> tasks ()
::fidl::internal::UnionMemberView<1, Storage_> tasks ()
OnBootTargetConfig & tasks (::std::vector< ::fuchsia_cpu_profiler::Task> value)
An adhoc set of threads/processes/jobs
OnBootTargetConfig WithComponent (::fuchsia_cpu_profiler::OnBootAttachConfig val)
const ::fidl::internal::UnionMemberView<2, Storage_> component ()
::fidl::internal::UnionMemberView<2, Storage_> component ()
OnBootTargetConfig & component (::fuchsia_cpu_profiler::OnBootAttachConfig value)
Profile a component and all tasks it launches
void OnBootTargetConfig (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kTasks | 1 |
| kComponent | 2 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
TODO: share union tag types between wire
&
natural.
Defined at line 785 of file fidling/gen/sdk/fidl/fuchsia.cpu.profiler/fuchsia.cpu.profiler/cpp/fidl/fuchsia.cpu.profiler/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits