class Manager_PresentRootViewLegacy_Result

Defined at line 295 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_PresentRootViewLegacy_Result ()
void Manager_PresentRootViewLegacy_Result (Manager_PresentRootViewLegacy_Result && )
bool is_response ()

Defined at line 326 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h

Manager_PresentRootViewLegacy_Result & operator= (Manager_PresentRootViewLegacy_Result && )
Manager_PresentRootViewLegacy_Result WithResponse (::fuchsia::session::scene::Manager_PresentRootViewLegacy_Response && )
Manager_PresentRootViewLegacy_Result WithErr (::fuchsia::session::scene::PresentRootViewError && )
::std::unique_ptr<Manager_PresentRootViewLegacy_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Manager_PresentRootViewLegacy_Result * value, size_t offset)
zx_status_t Clone (Manager_PresentRootViewLegacy_Result * result)
bool has_invalid_tag ()

Defined at line 322 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h

::fuchsia::session::scene::Manager_PresentRootViewLegacy_Response & response ()

Defined at line 328 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h

const ::fuchsia::session::scene::Manager_PresentRootViewLegacy_Response & response ()

Defined at line 333 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 339 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 341 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 346 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h

::fuchsia::session::scene::Manager_PresentRootViewLegacy_Result::Tag Which ()

Defined at line 352 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 358 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h

void Manager_PresentRootViewLegacy_Result (fpromise::ok_result<void> && result)

Defined at line 363 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h

void Manager_PresentRootViewLegacy_Result (fpromise::error_result< ::fuchsia::session::scene::PresentRootViewError> && result)

Defined at line 366 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h

void Manager_PresentRootViewLegacy_Result (fpromise::result<void, ::fuchsia::session::scene::PresentRootViewError> && result)

Defined at line 369 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h

fpromise::result<void, ::fuchsia::session::scene::PresentRootViewError> operator result ()

Defined at line 377 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h

void ~Manager_PresentRootViewLegacy_Result ()
Manager_PresentRootViewLegacy_Result & set_response (::fuchsia::session::scene::Manager_PresentRootViewLegacy_Response value)
Manager_PresentRootViewLegacy_Result & set_err (::fuchsia::session::scene::PresentRootViewError value)

Enumerations

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

Defined at line 308 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h

Friends

class Equality