class Stack_GetQrCode_Result
Defined at line 1909 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void Stack_GetQrCode_Result ()
void Stack_GetQrCode_Result (Stack_GetQrCode_Result && )
bool is_response ()
Defined at line 1940 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
Stack_GetQrCode_Result & operator= (Stack_GetQrCode_Result && )
Stack_GetQrCode_Result WithResponse (::fuchsia::weave::Stack_GetQrCode_Response && )
Stack_GetQrCode_Result WithErr (::fuchsia::weave::ErrorCode && )
::std::unique_ptr<Stack_GetQrCode_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Stack_GetQrCode_Result * value, size_t offset)
zx_status_t Clone (Stack_GetQrCode_Result * result)
bool has_invalid_tag ()
Defined at line 1936 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
::fuchsia::weave::Stack_GetQrCode_Response & response ()
Defined at line 1942 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
const ::fuchsia::weave::Stack_GetQrCode_Response & response ()
Defined at line 1947 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
bool is_err ()
Defined at line 1953 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
::fuchsia::weave::ErrorCode & err ()
Defined at line 1955 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
const ::fuchsia::weave::ErrorCode & err ()
Defined at line 1960 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
::fuchsia::weave::Stack_GetQrCode_Result::Tag Which ()
Defined at line 1966 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/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 1974 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
void Stack_GetQrCode_Result (fpromise::ok_result< ::fuchsia::weave::QrCode> && result)
Defined at line 1979 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
void Stack_GetQrCode_Result (fpromise::error_result< ::fuchsia::weave::ErrorCode> && result)
Defined at line 1982 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
void Stack_GetQrCode_Result (fpromise::result< ::fuchsia::weave::QrCode, ::fuchsia::weave::ErrorCode> && result)
Defined at line 1985 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
fpromise::result< ::fuchsia::weave::QrCode, ::fuchsia::weave::ErrorCode> operator result ()
Defined at line 1993 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
void ~Stack_GetQrCode_Result ()
Stack_GetQrCode_Result & set_response (::fuchsia::weave::Stack_GetQrCode_Response value)
Stack_GetQrCode_Result & set_err (::fuchsia::weave::ErrorCode value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 1922 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h
Friends
class Equality