class Manager_SetRootView_Result
Defined at line 139 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void Manager_SetRootView_Result ()
::fuchsia::session::scene::Manager_SetRootView_Response & response ()
Defined at line 172 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h
const ::fuchsia::session::scene::Manager_SetRootView_Response & response ()
Defined at line 177 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h
bool is_err ()
Defined at line 183 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h
::fuchsia::session::scene::PresentRootViewError & err ()
Defined at line 185 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h
const ::fuchsia::session::scene::PresentRootViewError & err ()
Defined at line 190 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h
::fuchsia::session::scene::Manager_SetRootView_Result::Tag Which ()
Defined at line 196 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/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 202 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h
void Manager_SetRootView_Result (fpromise::ok_result< ::fuchsia::ui::views::ViewRef> && result)
Defined at line 207 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h
void Manager_SetRootView_Result (fpromise::error_result< ::fuchsia::session::scene::PresentRootViewError> && result)
Defined at line 210 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h
void Manager_SetRootView_Result (fpromise::result< ::fuchsia::ui::views::ViewRef, ::fuchsia::session::scene::PresentRootViewError> && result)
Defined at line 213 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h
fpromise::result< ::fuchsia::ui::views::ViewRef, ::fuchsia::session::scene::PresentRootViewError> operator result ()
Defined at line 221 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h
void ~Manager_SetRootView_Result ()
void Manager_SetRootView_Result (Manager_SetRootView_Result && )
Manager_SetRootView_Result & operator= (Manager_SetRootView_Result && )
Manager_SetRootView_Result WithResponse (::fuchsia::session::scene::Manager_SetRootView_Response && )
Manager_SetRootView_Result WithErr (::fuchsia::session::scene::PresentRootViewError && )
::std::unique_ptr<Manager_SetRootView_Result> New ()
void Encode (::fidl::Encoder *encoder,size_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,Manager_SetRootView_Result *value,size_toffset)
zx_status_t Clone (Manager_SetRootView_Result * result)
bool has_invalid_tag ()
Defined at line 166 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h
bool is_response ()
Defined at line 170 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h
Manager_SetRootView_Result & set_response (::fuchsia::session::scene::Manager_SetRootView_Response value)
Manager_SetRootView_Result & set_err (::fuchsia::session::scene::PresentRootViewError value)
Enumerations
enum Tag : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kResponse | 1 |
0x1 |
| kErr | 2 |
0x2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() | -- |
Defined at line 152 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h
Friends
class Equality