class RoleManagerGetProfileForRoleResult

Defined at line 529 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/natural_types.h

Public Methods

void RoleManagerGetProfileForRoleResult (RoleManagerGetProfileForRoleResult && other)
RoleManagerGetProfileForRoleResult & operator= (RoleManagerGetProfileForRoleResult && other)
::fuchsia_scheduler::RoleManagerGetProfileForRoleResult::Tag Which ()
RoleManagerGetProfileForRoleResult WithResponse (::fuchsia_scheduler::RoleManagerGetProfileForRoleResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
RoleManagerGetProfileForRoleResult & response (::fuchsia_scheduler::RoleManagerGetProfileForRoleResponse value)

Sets the union to hold the response member.

RoleManagerGetProfileForRoleResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RoleManagerGetProfileForRoleResult & err (int32_t value)

Sets the union to hold the err member.

RoleManagerGetProfileForRoleResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
RoleManagerGetProfileForRoleResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void RoleManagerGetProfileForRoleResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 537 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits