class Signer_SignHashWithPrivateKey_Result

Defined at line 903 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_SignHashWithPrivateKey_Result ()
void Signer_SignHashWithPrivateKey_Result (Signer_SignHashWithPrivateKey_Result && )
bool is_response ()

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

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

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

::fuchsia::weave::Signer_SignHashWithPrivateKey_Response & response ()

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

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

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

bool is_err ()

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

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

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

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

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

::fuchsia::weave::Signer_SignHashWithPrivateKey_Result::Tag Which ()

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

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

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

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

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

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

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

void ~Signer_SignHashWithPrivateKey_Result ()
Signer_SignHashWithPrivateKey_Result & set_response (::fuchsia::weave::Signer_SignHashWithPrivateKey_Response value)
Signer_SignHashWithPrivateKey_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 916 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

Friends

class Equality