class ProcessLimbo_WatchProcessesWaitingOnException_Result

Defined at line 1604 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void ProcessLimbo_WatchProcessesWaitingOnException_Result ()
void ProcessLimbo_WatchProcessesWaitingOnException_Result (ProcessLimbo_WatchProcessesWaitingOnException_Result && )
bool is_response ()

Defined at line 1635 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/cpp/fidl.h

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

Defined at line 1631 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/cpp/fidl.h

::fuchsia::exception::ProcessLimbo_WatchProcessesWaitingOnException_Response & response ()

Defined at line 1637 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/cpp/fidl.h

const ::fuchsia::exception::ProcessLimbo_WatchProcessesWaitingOnException_Response & response ()

Defined at line 1642 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/cpp/fidl.h

bool is_err ()

Defined at line 1648 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/cpp/fidl.h

int32_t & err ()

Defined at line 1650 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/cpp/fidl.h

const int32_t & err ()

Defined at line 1655 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/cpp/fidl.h

::fuchsia::exception::ProcessLimbo_WatchProcessesWaitingOnException_Result::Tag Which ()

Defined at line 1661 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/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 1669 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/cpp/fidl.h

void ProcessLimbo_WatchProcessesWaitingOnException_Result (fpromise::ok_result< ::std::vector< ::fuchsia::exception::ProcessExceptionMetadata>> && result)

Defined at line 1674 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/cpp/fidl.h

void ProcessLimbo_WatchProcessesWaitingOnException_Result (fpromise::error_result<int32_t> && result)

Defined at line 1677 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/cpp/fidl.h

void ProcessLimbo_WatchProcessesWaitingOnException_Result (fpromise::result< ::std::vector< ::fuchsia::exception::ProcessExceptionMetadata>, int32_t> && result)

Defined at line 1680 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/cpp/fidl.h

fpromise::result< ::std::vector< ::fuchsia::exception::ProcessExceptionMetadata>, int32_t> operator result ()

Defined at line 1688 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/cpp/fidl.h

void ~ProcessLimbo_WatchProcessesWaitingOnException_Result ()
ProcessLimbo_WatchProcessesWaitingOnException_Result & set_response (::fuchsia::exception::ProcessLimbo_WatchProcessesWaitingOnException_Response value)
ProcessLimbo_WatchProcessesWaitingOnException_Result & set_err (int32_t value)

Enumerations

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

Defined at line 1617 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/cpp/fidl.h

Friends

class Equality