class Manager_PresentRootView_Result

Defined at line 462 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_PresentRootView_Result ()
::fuchsia::session::scene::Manager_PresentRootView_Response & response ()

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

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

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

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

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

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

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

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

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

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

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

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

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

Manager_PresentRootView_Result & set_response (::fuchsia::session::scene::Manager_PresentRootView_Response value)
Manager_PresentRootView_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 475 of file fidling/gen/sdk/fidl/fuchsia.session.scene/fuchsia.session.scene/hlcpp/fuchsia/session/scene/cpp/fidl.h

Friends

class Equality