class ProcessLimbo_ListProcessesWaitingOnException_Result

Defined at line 1307 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_ListProcessesWaitingOnException_Result ()
void ProcessLimbo_ListProcessesWaitingOnException_Result (ProcessLimbo_ListProcessesWaitingOnException_Result && )
bool is_response ()

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

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

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

::fuchsia::exception::ProcessLimbo_ListProcessesWaitingOnException_Response & response ()

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

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

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

bool is_err ()

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

int32_t & err ()

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

const int32_t & err ()

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

::fuchsia::exception::ProcessLimbo_ListProcessesWaitingOnException_Result::Tag Which ()

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

void ProcessLimbo_ListProcessesWaitingOnException_Result (fpromise::ok_result< ::std::vector< ::fuchsia::exception::ProcessExceptionInfo>> && result)

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

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

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

void ProcessLimbo_ListProcessesWaitingOnException_Result (fpromise::result< ::std::vector< ::fuchsia::exception::ProcessExceptionInfo>, int32_t> && result)

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

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

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

void ~ProcessLimbo_ListProcessesWaitingOnException_Result ()
ProcessLimbo_ListProcessesWaitingOnException_Result & set_response (::fuchsia::exception::ProcessLimbo_ListProcessesWaitingOnException_Response value)
ProcessLimbo_ListProcessesWaitingOnException_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 1320 of file fidling/gen/sdk/fidl/fuchsia.exception/fuchsia.exception/hlcpp/fuchsia/exception/cpp/fidl.h

Friends

class Equality