Fcitx
|
A type to represent DBus dict entry. More...
#include <fcitx-utils/dbus/message.h>
Public Member Functions | |
DictEntry (const DictEntry &)=default | |
DictEntry (DictEntry &&) noexcept=default | |
DictEntry & | operator= (const DictEntry &other)=default |
DictEntry & | operator= (DictEntry &&other) noexcept=default |
DictEntry (const Key &key, const Value &value) | |
constexpr Key & | key () |
constexpr const Key & | key () const |
constexpr Value & | value () |
constexpr const Value & | value () const |
A type to represent DBus dict entry.
It is used for message serialization for type like a{sv}.