class GraphicalPresenter_PresentView_Result

Defined at line 1487 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void GraphicalPresenter_PresentView_Result ()
void GraphicalPresenter_PresentView_Result (GraphicalPresenter_PresentView_Result && )
bool is_response ()

Defined at line 1518 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

GraphicalPresenter_PresentView_Result & operator= (GraphicalPresenter_PresentView_Result && )
GraphicalPresenter_PresentView_Result WithResponse (::fuchsia::element::GraphicalPresenter_PresentView_Response && )
GraphicalPresenter_PresentView_Result WithErr (::fuchsia::element::PresentViewError && )
::std::unique_ptr<GraphicalPresenter_PresentView_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, GraphicalPresenter_PresentView_Result * value, size_t offset)
zx_status_t Clone (GraphicalPresenter_PresentView_Result * result)
bool has_invalid_tag ()

Defined at line 1514 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

::fuchsia::element::GraphicalPresenter_PresentView_Response & response ()

Defined at line 1520 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

const ::fuchsia::element::GraphicalPresenter_PresentView_Response & response ()

Defined at line 1525 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

bool is_err ()

Defined at line 1531 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

::fuchsia::element::PresentViewError & err ()

Defined at line 1533 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

const ::fuchsia::element::PresentViewError & err ()

Defined at line 1538 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

::fuchsia::element::GraphicalPresenter_PresentView_Result::Tag Which ()

Defined at line 1544 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/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 1552 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

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

Defined at line 1557 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

void GraphicalPresenter_PresentView_Result (fpromise::error_result< ::fuchsia::element::PresentViewError> && result)

Defined at line 1560 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

void GraphicalPresenter_PresentView_Result (fpromise::result<void, ::fuchsia::element::PresentViewError> && result)

Defined at line 1563 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

fpromise::result<void, ::fuchsia::element::PresentViewError> operator result ()

Defined at line 1571 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

void ~GraphicalPresenter_PresentView_Result ()
GraphicalPresenter_PresentView_Result & set_response (::fuchsia::element::GraphicalPresenter_PresentView_Response value)
GraphicalPresenter_PresentView_Result & set_err (::fuchsia::element::PresentViewError value)

Enumerations

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

Defined at line 1500 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/hlcpp/fuchsia/element/cpp/fidl.h

Friends

class Equality