class DictionaryKeysIterator_GetNext_Result
Defined at line 5453 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 DictionaryKeysIterator_GetNext_Result ()
void ~DictionaryKeysIterator_GetNext_Result ()
void DictionaryKeysIterator_GetNext_Result (DictionaryKeysIterator_GetNext_Result && )
DictionaryKeysIterator_GetNext_Result & operator= (DictionaryKeysIterator_GetNext_Result && )
DictionaryKeysIterator_GetNext_Result WithResponse (::fuchsia::component::sandbox::DictionaryKeysIterator_GetNext_Response && )
DictionaryKeysIterator_GetNext_Result WithFrameworkErr (::fidl::FrameworkErr && )
::std::unique_ptr<DictionaryKeysIterator_GetNext_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, DictionaryKeysIterator_GetNext_Result * value, size_t offset)
zx_status_t Clone (DictionaryKeysIterator_GetNext_Result * result)
bool has_invalid_tag ()
Defined at line 5480 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 5484 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
::fuchsia::component::sandbox::DictionaryKeysIterator_GetNext_Response & response ()
Defined at line 5486 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
const ::fuchsia::component::sandbox::DictionaryKeysIterator_GetNext_Response & response ()
Defined at line 5491 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 5497 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 5499 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 5504 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
::fuchsia::component::sandbox::DictionaryKeysIterator_GetNext_Result::Tag Which ()
Defined at line 5510 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 5518 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
void DictionaryKeysIterator_GetNext_Result (fpromise::ok_result< ::std::vector< ::std::string>> && result)
Defined at line 5523 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
fpromise::result< ::std::vector< ::std::string>, ::fidl::FrameworkErr> operator result ()
Defined at line 5526 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
DictionaryKeysIterator_GetNext_Result & set_response (::fuchsia::component::sandbox::DictionaryKeysIterator_GetNext_Response value)
DictionaryKeysIterator_GetNext_Result & set_framework_err (::fidl::FrameworkErr value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kFrameworkErr | 3 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 5466 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
Friends
class Equality