class DictionaryEntry

Defined at line 5965 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

Metadata about a dictionary entry.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::string & name ()

The name (key) of the capability in this dictionary.

Defined at line 5972 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

bool has_name ()

Defined at line 5976 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

::std::string * mutable_name ()

The name (key) of the capability in this dictionary.

Defined at line 5981 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void clear_name ()

Defined at line 5989 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

DictionaryEntry & set_name (::std::string _value)
void DictionaryEntry ()
void DictionaryEntry (DictionaryEntry && other)
void ~DictionaryEntry ()
DictionaryEntry & operator= (DictionaryEntry && other)
::std::unique_ptr<DictionaryEntry> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, DictionaryEntry * _value, size_t _offset)
zx_status_t Clone (DictionaryEntry * _result)