class DictionaryItem

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

A key-value pair in a [`DictionaryRef`].

Public Methods

void DictionaryItem (Storage_ storage)
void DictionaryItem (::std::string key, uint64_t value)
void DictionaryItem ()

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

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

void DictionaryItem (DictionaryItem && )

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

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

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

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

Setter for key.

uint64_t value ()
uint64_t & value ()
DictionaryItem & value (uint64_t value)

Setter for value.

void DictionaryItem (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits