class RoleManager_GetProfileForRole_Result

Defined at line 939 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void RoleManager_GetProfileForRole_Result ()
void RoleManager_GetProfileForRole_Result (RoleManager_GetProfileForRole_Result && )
::std::unique_ptr<RoleManager_GetProfileForRole_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, RoleManager_GetProfileForRole_Result * value, size_t offset)
zx_status_t Clone (RoleManager_GetProfileForRole_Result * result)
bool has_invalid_tag ()

Defined at line 968 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

bool is_response ()

Defined at line 972 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

::fuchsia::scheduler::RoleManager_GetProfileForRole_Response & response ()

Defined at line 974 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

const ::fuchsia::scheduler::RoleManager_GetProfileForRole_Response & response ()

Defined at line 979 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

bool is_err ()

Defined at line 985 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

int32_t & err ()

Defined at line 987 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

const int32_t & err ()

Defined at line 992 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

bool is_framework_err ()

Defined at line 998 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

::fidl::FrameworkErr & framework_err ()

Defined at line 1000 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

const ::fidl::FrameworkErr & framework_err ()

Defined at line 1005 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

::fuchsia::scheduler::RoleManager_GetProfileForRole_Result::Tag Which ()

Defined at line 1011 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

fidl_xunion_tag_t Ordinal ()

You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need

access to the raw integral ordinal value.

Defined at line 1017 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

void RoleManager_GetProfileForRole_Result (fpromise::ok_result< ::fuchsia::scheduler::RoleManager_GetProfileForRole_Response> && result)

Defined at line 1022 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

void RoleManager_GetProfileForRole_Result (fpromise::error_result<int32_t> && result)

Defined at line 1025 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

void RoleManager_GetProfileForRole_Result (fpromise::result< ::fuchsia::scheduler::RoleManager_GetProfileForRole_Response, int32_t> && result)

Defined at line 1028 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

RoleManager_GetProfileForRole_Result WithResponse (::fuchsia::scheduler::RoleManager_GetProfileForRole_Response && )
RoleManager_GetProfileForRole_Result WithErr (int32_t && )
RoleManager_GetProfileForRole_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result< ::fuchsia::scheduler::RoleManager_GetProfileForRole_Response, std::variant<int32_t, ::fidl::FrameworkErr>> operator result ()

Defined at line 1036 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

void ~RoleManager_GetProfileForRole_Result ()
RoleManager_GetProfileForRole_Result & operator= (RoleManager_GetProfileForRole_Result && )
RoleManager_GetProfileForRole_Result & set_response (::fuchsia::scheduler::RoleManager_GetProfileForRole_Response value)
RoleManager_GetProfileForRole_Result & set_err (int32_t value)
RoleManager_GetProfileForRole_Result & set_framework_err (::fidl::FrameworkErr value)

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 953 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h

Friends

class Equality