class KeySystem_AddDataStore_Result

Defined at line 1816 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void KeySystem_AddDataStore_Result ()
void KeySystem_AddDataStore_Result (KeySystem_AddDataStore_Result && )
bool is_response ()

Defined at line 1847 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h

KeySystem_AddDataStore_Result & operator= (KeySystem_AddDataStore_Result && )
KeySystem_AddDataStore_Result WithResponse (::fuchsia::media::drm::KeySystem_AddDataStore_Response && )
KeySystem_AddDataStore_Result WithErr (::fuchsia::media::drm::Error && )
::std::unique_ptr<KeySystem_AddDataStore_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, KeySystem_AddDataStore_Result * value, size_t offset)
zx_status_t Clone (KeySystem_AddDataStore_Result * result)
bool has_invalid_tag ()

Defined at line 1843 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h

::fuchsia::media::drm::KeySystem_AddDataStore_Response & response ()

Defined at line 1849 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h

const ::fuchsia::media::drm::KeySystem_AddDataStore_Response & response ()

Defined at line 1854 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h

bool is_err ()

Defined at line 1860 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h

::fuchsia::media::drm::Error & err ()

Defined at line 1862 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h

const ::fuchsia::media::drm::Error & err ()

Defined at line 1867 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h

::fuchsia::media::drm::KeySystem_AddDataStore_Result::Tag Which ()

Defined at line 1873 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/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 1881 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h

void KeySystem_AddDataStore_Result (fpromise::ok_result<void> && result)

Defined at line 1886 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h

void KeySystem_AddDataStore_Result (fpromise::error_result< ::fuchsia::media::drm::Error> && result)

Defined at line 1889 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h

void KeySystem_AddDataStore_Result (fpromise::result<void, ::fuchsia::media::drm::Error> && result)

Defined at line 1892 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h

fpromise::result<void, ::fuchsia::media::drm::Error> operator result ()

Defined at line 1900 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h

void ~KeySystem_AddDataStore_Result ()
KeySystem_AddDataStore_Result & set_response (::fuchsia::media::drm::KeySystem_AddDataStore_Response value)
KeySystem_AddDataStore_Result & set_err (::fuchsia::media::drm::Error value)

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 1829 of file fidling/gen/sdk/fidl/fuchsia.media.drm/fuchsia.media.drm/hlcpp/fuchsia/media/drm/cpp/fidl.h

Friends

class Equality