class DictionaryEntry

Defined at line 3970 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

Metadata about a dictionary entry.

Public Methods

void DictionaryEntry (Storage_ storage)
void DictionaryEntry ()

Defined at line 3975 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

void DictionaryEntry (DictionaryEntry && )

Defined at line 3976 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

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

Defined at line 3977 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/natural_types.h

DictionaryEntry & operator= (const DictionaryEntry & other)
bool operator== (const DictionaryEntry & other)
bool operator!= (const DictionaryEntry & other)
bool IsEmpty ()
const std::optional< ::std::string> & name ()

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

::std::optional< ::std::string> & name ()

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

DictionaryEntry & name (std::optional< ::std::string> value)

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

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

Friends

class MemberVisitor
class NaturalTableCodingTraits