class Dictionary
Defined at line 96 of file fidling/gen/sdk/fidl/fuchsia.data/fuchsia.data/cpp/fidl/fuchsia.data/cpp/natural_types.h
A dictionary is a sequence of key/value pairs.
Keys must be unique and sorted in lexicographically increasing order.
Public Methods
void Dictionary (Storage_ storage)
void Dictionary ()
Defined at line 102 of file fidling/gen/sdk/fidl/fuchsia.data/fuchsia.data/cpp/fidl/fuchsia.data/cpp/natural_types.h
void Dictionary (Dictionary && )
Defined at line 103 of file fidling/gen/sdk/fidl/fuchsia.data/fuchsia.data/cpp/fidl/fuchsia.data/cpp/natural_types.h
void Dictionary (const Dictionary & other)
Dictionary & operator= (Dictionary && )
Defined at line 104 of file fidling/gen/sdk/fidl/fuchsia.data/fuchsia.data/cpp/fidl/fuchsia.data/cpp/natural_types.h
Dictionary & operator= (const Dictionary & other)
bool operator== (const Dictionary & other)
bool operator!= (const Dictionary & other)
bool IsEmpty ()
const std::optional< ::std::vector< ::fuchsia_data::DictionaryEntry>> & entries ()
::std::optional< ::std::vector< ::fuchsia_data::DictionaryEntry>> & entries ()
Dictionary & entries (std::optional< ::std::vector< ::fuchsia_data::DictionaryEntry>> value)
Setter for entries.
void Dictionary (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits