swift
|
CRTP class template which will generate marshalling operators for a derived class with its own marshalling implementation. More...
Friends | |
const QDBusArgument & | operator>> (const QDBusArgument &arg, Derived &obj) |
Unmarshalling operator >>, DBus to object. | |
QDBusArgument & | operator<< (QDBusArgument &arg, const Derived &obj) |
Marshalling operator <<, object to DBus. | |
CRTP class template which will generate marshalling operators for a derived class with its own marshalling implementation.
Derived | Must implement public methods void marshallToDbus(QDBusArgument &arg) const and void unmarshallFromDbus(const QDBusArgument &arg). |
Definition at line 38 of file mixindbus.h.