class Provisioner_GenerateKeyPair_Result

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

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

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

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

::fuchsia::weave::Provisioner_GenerateKeyPair_Response & response ()

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

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

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

bool is_err ()

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

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

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

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

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

::fuchsia::weave::Provisioner_GenerateKeyPair_Result::Tag Which ()

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

void Provisioner_GenerateKeyPair_Result (fpromise::ok_result< ::std::tuple< ::std::vector<uint8_t>, ::std::vector<uint8_t>>> && result)

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

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

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

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

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

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

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

void ~Provisioner_GenerateKeyPair_Result ()
Provisioner_GenerateKeyPair_Result & set_response (::fuchsia::weave::Provisioner_GenerateKeyPair_Response value)
Provisioner_GenerateKeyPair_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 671 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

Friends

class Equality