class DictionaryEntry

Defined at line 33 of file fidling/gen/sdk/fidl/fuchsia.data/fuchsia.data/cpp/fidl/fuchsia.data/cpp/natural_types.h

A key/value pair in a `Dictionary`.

Public Methods

void DictionaryEntry (Storage_ storage)
void DictionaryEntry (::std::string key, ::fidl::Box< ::fuchsia_data::DictionaryValue> value)
void DictionaryEntry ()

Default constructs a |DictionaryEntry| only if all of its members are default constructible.

Defined at line 44 of file fidling/gen/sdk/fidl/fuchsia.data/fuchsia.data/cpp/fidl/fuchsia.data/cpp/natural_types.h

void DictionaryEntry (DictionaryEntry && )

Defined at line 47 of file fidling/gen/sdk/fidl/fuchsia.data/fuchsia.data/cpp/fidl/fuchsia.data/cpp/natural_types.h

void DictionaryEntry (const DictionaryEntry & other)
DictionaryEntry & operator= (DictionaryEntry && )

Defined at line 48 of file fidling/gen/sdk/fidl/fuchsia.data/fuchsia.data/cpp/fidl/fuchsia.data/cpp/natural_types.h

DictionaryEntry & operator= (const DictionaryEntry & other)
bool operator== (const DictionaryEntry & other)
bool operator!= (const DictionaryEntry & other)
const ::std::string & key ()
::std::string & key ()
DictionaryEntry & key (::std::string value)

Setter for key.

const ::fidl::Box< ::fuchsia_data::DictionaryValue> & value ()
::fidl::Box< ::fuchsia_data::DictionaryValue> & value ()
DictionaryEntry & value (::fidl::Box< ::fuchsia_data::DictionaryValue> value)

Setter for value.

void DictionaryEntry (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits