class RoleManager_SetRole_Result
Defined at line 541 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_SetRole_Result ()
void RoleManager_SetRole_Result (RoleManager_SetRole_Result && )
::std::unique_ptr<RoleManager_SetRole_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, RoleManager_SetRole_Result * value, size_t offset)
zx_status_t Clone (RoleManager_SetRole_Result * result)
bool has_invalid_tag ()
Defined at line 570 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h
bool is_response ()
Defined at line 574 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h
::fuchsia::scheduler::RoleManager_SetRole_Response & response ()
Defined at line 576 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h
const ::fuchsia::scheduler::RoleManager_SetRole_Response & response ()
Defined at line 581 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h
bool is_err ()
Defined at line 587 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h
int32_t & err ()
Defined at line 589 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h
const int32_t & err ()
Defined at line 594 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h
bool is_framework_err ()
Defined at line 600 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 602 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 607 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h
::fuchsia::scheduler::RoleManager_SetRole_Result::Tag Which ()
Defined at line 613 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 619 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h
void RoleManager_SetRole_Result (fpromise::ok_result< ::fuchsia::scheduler::RoleManager_SetRole_Response> && result)
Defined at line 624 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h
void RoleManager_SetRole_Result (fpromise::error_result<int32_t> && result)
Defined at line 627 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h
void RoleManager_SetRole_Result (fpromise::result< ::fuchsia::scheduler::RoleManager_SetRole_Response, int32_t> && result)
Defined at line 630 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h
RoleManager_SetRole_Result WithResponse (::fuchsia::scheduler::RoleManager_SetRole_Response && )
RoleManager_SetRole_Result WithErr (int32_t && )
RoleManager_SetRole_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result< ::fuchsia::scheduler::RoleManager_SetRole_Response, std::variant<int32_t, ::fidl::FrameworkErr>> operator result ()
Defined at line 638 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h
void ~RoleManager_SetRole_Result ()
RoleManager_SetRole_Result & operator= (RoleManager_SetRole_Result && )
RoleManager_SetRole_Result & set_response (::fuchsia::scheduler::RoleManager_SetRole_Response value)
RoleManager_SetRole_Result & set_err (int32_t value)
RoleManager_SetRole_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 555 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/hlcpp/fuchsia/scheduler/cpp/fidl.h
Friends
class Equality