class DictionaryEnumerateIterator_GetNext_Result

Defined at line 5632 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void DictionaryEnumerateIterator_GetNext_Result ()
void DictionaryEnumerateIterator_GetNext_Result (DictionaryEnumerateIterator_GetNext_Result && )
::std::unique_ptr<DictionaryEnumerateIterator_GetNext_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, DictionaryEnumerateIterator_GetNext_Result * value, size_t offset)
zx_status_t Clone (DictionaryEnumerateIterator_GetNext_Result * result)
bool has_invalid_tag ()

Defined at line 5661 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

bool is_response ()

Defined at line 5665 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

::fuchsia::component::sandbox::DictionaryEnumerateIterator_GetNext_Response & response ()

Defined at line 5667 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

const ::fuchsia::component::sandbox::DictionaryEnumerateIterator_GetNext_Response & response ()

Defined at line 5672 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

bool is_err ()

Defined at line 5678 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

::fuchsia::component::sandbox::CapabilityStoreError & err ()

Defined at line 5680 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

const ::fuchsia::component::sandbox::CapabilityStoreError & err ()

Defined at line 5685 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

bool is_framework_err ()

Defined at line 5691 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

::fidl::FrameworkErr & framework_err ()

Defined at line 5693 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

const ::fidl::FrameworkErr & framework_err ()

Defined at line 5698 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

::fuchsia::component::sandbox::DictionaryEnumerateIterator_GetNext_Result::Tag Which ()

Defined at line 5704 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/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 5712 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

void DictionaryEnumerateIterator_GetNext_Result (fpromise::ok_result< ::std::tuple< ::std::vector< ::fuchsia::component::sandbox::DictionaryOptionalItem>, uint64_t>> && result)

Defined at line 5717 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

void DictionaryEnumerateIterator_GetNext_Result (fpromise::error_result< ::fuchsia::component::sandbox::CapabilityStoreError> && result)

Defined at line 5720 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

void DictionaryEnumerateIterator_GetNext_Result (fpromise::result< ::std::tuple< ::std::vector< ::fuchsia::component::sandbox::DictionaryOptionalItem>, uint64_t>, ::fuchsia::component::sandbox::CapabilityStoreError> && result)

Defined at line 5723 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

DictionaryEnumerateIterator_GetNext_Result WithResponse (::fuchsia::component::sandbox::DictionaryEnumerateIterator_GetNext_Response && )
DictionaryEnumerateIterator_GetNext_Result WithErr (::fuchsia::component::sandbox::CapabilityStoreError && )
DictionaryEnumerateIterator_GetNext_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result< ::std::tuple< ::std::vector< ::fuchsia::component::sandbox::DictionaryOptionalItem>, uint64_t>, std::variant< ::fuchsia::component::sandbox::CapabilityStoreError, ::fidl::FrameworkErr>> operator result ()

Defined at line 5731 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

void ~DictionaryEnumerateIterator_GetNext_Result ()
DictionaryEnumerateIterator_GetNext_Result & operator= (DictionaryEnumerateIterator_GetNext_Result && )
DictionaryEnumerateIterator_GetNext_Result & set_response (::fuchsia::component::sandbox::DictionaryEnumerateIterator_GetNext_Response value)
DictionaryEnumerateIterator_GetNext_Result & set_err (::fuchsia::component::sandbox::CapabilityStoreError value)
DictionaryEnumerateIterator_GetNext_Result & set_framework_err (::fidl::FrameworkErr value)

Enumerations

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

Defined at line 5646 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h

Friends

class Equality