class Description
Defined at line 58 of file fidling/gen/sdk/fidl/fuchsia.memory.attribution/fuchsia.memory.attribution/cpp/fidl/fuchsia.memory.attribution/cpp/natural_types.h
Public Methods
void Description (Description && other)
Description & operator= (Description && other)
bool IsUnknown ()
::fuchsia_memory_attribution::Description::Tag Which ()
Description WithComponent (::zx::event val)
const ::fidl::internal::UnionMemberView<1, Storage_> component ()
::fidl::internal::UnionMemberView<1, Storage_> component ()
Description & component (::zx::event value)
Token identifying the component instance run by this principal.
This is the token defined in the component_instance field of
fuchsia.component.runner.ComponentStartInfo.
Description WithPart (::std::string val)
const ::fidl::internal::UnionMemberView<2, Storage_> part ()
::fidl::internal::UnionMemberView<2, Storage_> part ()
Description & part (::std::string value)
A subpart of a component, which isn't a fully-blown Component within
Component Framework but still represents a coherent unit of
computation. This can be, for instance, a Linux process under Starnix.
This name needs to be unique within the component this principal is
part of.
void Description (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kComponent | 1 |
| kPart | 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 66 of file fidling/gen/sdk/fidl/fuchsia.memory.attribution/fuchsia.memory.attribution/cpp/fidl/fuchsia.memory.attribution/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits