class Provider_InterfaceIndexToName_Result
Defined at line 22394 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_InterfaceIndexToName_Result ()
void Provider_InterfaceIndexToName_Result (Provider_InterfaceIndexToName_Result && )
bool is_response ()
Defined at line 22425 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h
Provider_InterfaceIndexToName_Result & operator= (Provider_InterfaceIndexToName_Result && )
Provider_InterfaceIndexToName_Result WithResponse (::fuchsia::posix::socket::Provider_InterfaceIndexToName_Response && )
Provider_InterfaceIndexToName_Result WithErr (int32_t && )
::std::unique_ptr<Provider_InterfaceIndexToName_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Provider_InterfaceIndexToName_Result * value, size_t offset)
zx_status_t Clone (Provider_InterfaceIndexToName_Result * result)
bool has_invalid_tag ()
Defined at line 22421 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h
::fuchsia::posix::socket::Provider_InterfaceIndexToName_Response & response ()
Defined at line 22427 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h
const ::fuchsia::posix::socket::Provider_InterfaceIndexToName_Response & response ()
Defined at line 22432 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 22438 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 22440 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 22445 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h
::fuchsia::posix::socket::Provider_InterfaceIndexToName_Result::Tag Which ()
Defined at line 22451 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 22459 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h
void Provider_InterfaceIndexToName_Result (fpromise::ok_result< ::std::string> && result)
Defined at line 22464 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h
void Provider_InterfaceIndexToName_Result (fpromise::error_result<int32_t> && result)
Defined at line 22467 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h
void Provider_InterfaceIndexToName_Result (fpromise::result< ::std::string, int32_t> && result)
Defined at line 22470 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h
fpromise::result< ::std::string, int32_t> operator result ()
Defined at line 22478 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h
void ~Provider_InterfaceIndexToName_Result ()
Provider_InterfaceIndexToName_Result & set_response (::fuchsia::posix::socket::Provider_InterfaceIndexToName_Response value)
Provider_InterfaceIndexToName_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 22407 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h
Friends
class Equality