class Signer_SignHash_Result

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

Defined at line 824 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

Signer_SignHash_Result & operator= (Signer_SignHash_Result && )
Signer_SignHash_Result WithResponse (::fuchsia::weave::Signer_SignHash_Response && )
Signer_SignHash_Result WithErr (::fuchsia::weave::ErrorCode && )
::std::unique_ptr<Signer_SignHash_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Signer_SignHash_Result * value, size_t offset)
zx_status_t Clone (Signer_SignHash_Result * result)
bool has_invalid_tag ()

Defined at line 820 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

::fuchsia::weave::Signer_SignHash_Response & response ()

Defined at line 826 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

const ::fuchsia::weave::Signer_SignHash_Response & response ()

Defined at line 831 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

bool is_err ()

Defined at line 837 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

::fuchsia::weave::ErrorCode & err ()

Defined at line 839 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

const ::fuchsia::weave::ErrorCode & err ()

Defined at line 844 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

::fuchsia::weave::Signer_SignHash_Result::Tag Which ()

Defined at line 850 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 858 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

void Signer_SignHash_Result (fpromise::ok_result< ::std::vector<uint8_t>> && result)

Defined at line 863 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

void Signer_SignHash_Result (fpromise::error_result< ::fuchsia::weave::ErrorCode> && result)

Defined at line 866 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

void Signer_SignHash_Result (fpromise::result< ::std::vector<uint8_t>, ::fuchsia::weave::ErrorCode> && result)

Defined at line 869 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

fpromise::result< ::std::vector<uint8_t>, ::fuchsia::weave::ErrorCode> operator result ()

Defined at line 877 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

void ~Signer_SignHash_Result ()
Signer_SignHash_Result & set_response (::fuchsia::weave::Signer_SignHash_Response value)
Signer_SignHash_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 806 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

Friends

class Equality