Fcitx
Public Member Functions | List of all members
fcitx::dbus::DictEntry< Key, Value > Class Template Reference

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
 
DictEntryoperator= (const DictEntry &other)=default
 
DictEntryoperator= (DictEntry &&other) noexcept=default
 
 DictEntry (const Key &key, const Value &value)
 
constexpr Keykey ()
 
constexpr const Keykey () const
 
constexpr Value & value ()
 
constexpr const Value & value () const
 

Detailed Description

template<typename Key, typename Value>
class fcitx::dbus::DictEntry< Key, Value >

A type to represent DBus dict entry.

It is used for message serialization for type like a{sv}.

Definition at line 116 of file message.h.


The documentation for this class was generated from the following file: