class Provider_InterfaceNameToIndex_Result

Defined at line 22556 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 ()
void Provider_InterfaceNameToIndex_Result (Provider_InterfaceNameToIndex_Result && )
bool is_response ()

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

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 22583 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

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

Defined at line 22589 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 22594 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 22600 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 22602 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 22607 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 22613 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 22621 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 22626 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 22629 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 22632 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 22640 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h

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

Friends

class Equality