class SvcStashProvider_Get_Result
Defined at line 1112 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/hlcpp/fuchsia/boot/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void SvcStashProvider_Get_Result ()
void SvcStashProvider_Get_Result (SvcStashProvider_Get_Result && )
bool is_response ()
Defined at line 1143 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/hlcpp/fuchsia/boot/cpp/fidl.h
SvcStashProvider_Get_Result & operator= (SvcStashProvider_Get_Result && )
SvcStashProvider_Get_Result WithResponse (::fuchsia::boot::SvcStashProvider_Get_Response && )
SvcStashProvider_Get_Result WithErr (int32_t && )
::std::unique_ptr<SvcStashProvider_Get_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SvcStashProvider_Get_Result * value, size_t offset)
zx_status_t Clone (SvcStashProvider_Get_Result * result)
bool has_invalid_tag ()
Defined at line 1139 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/hlcpp/fuchsia/boot/cpp/fidl.h
::fuchsia::boot::SvcStashProvider_Get_Response & response ()
Defined at line 1145 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/hlcpp/fuchsia/boot/cpp/fidl.h
const ::fuchsia::boot::SvcStashProvider_Get_Response & response ()
Defined at line 1150 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/hlcpp/fuchsia/boot/cpp/fidl.h
bool is_err ()
Defined at line 1156 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/hlcpp/fuchsia/boot/cpp/fidl.h
int32_t & err ()
Defined at line 1158 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/hlcpp/fuchsia/boot/cpp/fidl.h
const int32_t & err ()
Defined at line 1163 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/hlcpp/fuchsia/boot/cpp/fidl.h
::fuchsia::boot::SvcStashProvider_Get_Result::Tag Which ()
Defined at line 1169 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/hlcpp/fuchsia/boot/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 1175 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/hlcpp/fuchsia/boot/cpp/fidl.h
void SvcStashProvider_Get_Result (fpromise::ok_result< ::fidl::InterfaceRequest< ::fuchsia::boot::SvcStash>> && result)
Defined at line 1180 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/hlcpp/fuchsia/boot/cpp/fidl.h
void SvcStashProvider_Get_Result (fpromise::error_result<int32_t> && result)
Defined at line 1183 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/hlcpp/fuchsia/boot/cpp/fidl.h
void SvcStashProvider_Get_Result (fpromise::result< ::fidl::InterfaceRequest< ::fuchsia::boot::SvcStash>, int32_t> && result)
Defined at line 1186 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/hlcpp/fuchsia/boot/cpp/fidl.h
fpromise::result< ::fidl::InterfaceRequest< ::fuchsia::boot::SvcStash>, int32_t> operator result ()
Defined at line 1194 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/hlcpp/fuchsia/boot/cpp/fidl.h
void ~SvcStashProvider_Get_Result ()
SvcStashProvider_Get_Result & set_response (::fuchsia::boot::SvcStashProvider_Get_Response value)
SvcStashProvider_Get_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 1125 of file fidling/gen/sdk/fidl/fuchsia.boot/fuchsia.boot/hlcpp/fuchsia/boot/cpp/fidl.h
Friends
class Equality