class DictionaryDrainIterator_GetNext_Result
Defined at line 5849 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 DictionaryDrainIterator_GetNext_Result ()
void DictionaryDrainIterator_GetNext_Result (DictionaryDrainIterator_GetNext_Result && )
::std::unique_ptr<DictionaryDrainIterator_GetNext_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, DictionaryDrainIterator_GetNext_Result * value, size_t offset)
zx_status_t Clone (DictionaryDrainIterator_GetNext_Result * result)
bool has_invalid_tag ()
Defined at line 5878 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 5882 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
::fuchsia::component::sandbox::DictionaryDrainIterator_GetNext_Response & response ()
Defined at line 5884 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
const ::fuchsia::component::sandbox::DictionaryDrainIterator_GetNext_Response & response ()
Defined at line 5889 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 5895 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 5897 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 5902 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 5908 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 5910 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 5915 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
::fuchsia::component::sandbox::DictionaryDrainIterator_GetNext_Result::Tag Which ()
Defined at line 5921 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 5929 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
void DictionaryDrainIterator_GetNext_Result (fpromise::ok_result< ::std::tuple< ::std::vector< ::fuchsia::component::sandbox::DictionaryItem>, uint64_t>> && result)
Defined at line 5934 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
void DictionaryDrainIterator_GetNext_Result (fpromise::error_result< ::fuchsia::component::sandbox::CapabilityStoreError> && result)
Defined at line 5937 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
void DictionaryDrainIterator_GetNext_Result (fpromise::result< ::std::tuple< ::std::vector< ::fuchsia::component::sandbox::DictionaryItem>, uint64_t>, ::fuchsia::component::sandbox::CapabilityStoreError> && result)
Defined at line 5940 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
DictionaryDrainIterator_GetNext_Result WithResponse (::fuchsia::component::sandbox::DictionaryDrainIterator_GetNext_Response && )
DictionaryDrainIterator_GetNext_Result WithErr (::fuchsia::component::sandbox::CapabilityStoreError && )
DictionaryDrainIterator_GetNext_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result< ::std::tuple< ::std::vector< ::fuchsia::component::sandbox::DictionaryItem>, uint64_t>, std::variant< ::fuchsia::component::sandbox::CapabilityStoreError, ::fidl::FrameworkErr>> operator result ()
Defined at line 5948 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
void ~DictionaryDrainIterator_GetNext_Result ()
DictionaryDrainIterator_GetNext_Result & operator= (DictionaryDrainIterator_GetNext_Result && )
DictionaryDrainIterator_GetNext_Result & set_response (::fuchsia::component::sandbox::DictionaryDrainIterator_GetNext_Response value)
DictionaryDrainIterator_GetNext_Result & set_err (::fuchsia::component::sandbox::CapabilityStoreError value)
DictionaryDrainIterator_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 5863 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
Friends
class Equality