class Provider_InterfaceNameToIndex_Result

Defined at line 22627 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void Provider_InterfaceNameToIndex_Result ()
::fuchsia::posix::socket::Provider_InterfaceNameToIndex_Response & response ()

Defined at line 22660 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

const ::fuchsia::posix::socket::Provider_InterfaceNameToIndex_Response & response ()

Defined at line 22665 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

bool is_err ()

Defined at line 22671 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

int32_t & err ()

Defined at line 22673 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

const int32_t & err ()

Defined at line 22678 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

::fuchsia::posix::socket::Provider_InterfaceNameToIndex_Result::Tag Which ()

Defined at line 22684 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/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 22692 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

void Provider_InterfaceNameToIndex_Result (fpromise::ok_result<uint64_t> && result)

Defined at line 22697 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

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

Defined at line 22700 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

void Provider_InterfaceNameToIndex_Result (fpromise::result<uint64_t, int32_t> && result)

Defined at line 22703 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

fpromise::result<uint64_t, int32_t> operator result ()

Defined at line 22711 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

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

Defined at line 22654 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

bool is_response ()

Defined at line 22658 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

Provider_InterfaceNameToIndex_Result & set_response (::fuchsia::posix::socket::Provider_InterfaceNameToIndex_Response value)
Provider_InterfaceNameToIndex_Result & set_err (int32_t 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 22640 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

Friends

class Equality